From 492c86345551a51a29bf18e55fe55a5e86f169ce Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 28 May 2011 19:24:56 +0300 Subject: Build: Make configure print if symbol versioning is enabled or not. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 106c0811..5247c979 100644 --- a/configure.ac +++ b/configure.ac @@ -407,6 +407,7 @@ AM_CONDITIONAL([COND_SCRIPTS], [test x$enable_scripts != xno]) # Symbol versioning # ##################### +AC_MSG_CHECKING([if library symbol versioning should be used]) AC_ARG_ENABLE([symbol-versions], [AC_HELP_STRING([--enable-symbol-versions], [Use symbol versioning for liblzma. Enabled by default on GNU/Linux, other GNU-based systems, and FreeBSD.])], @@ -421,6 +422,7 @@ if test "x$enable_symbol_versions" = xauto; then ;; esac fi +AC_MSG_RESULT([$enable_symbol_versions]) AM_CONDITIONAL([COND_SYMVERS], [test "x$enable_symbol_versions" = xyes]) -- cgit v1.2.3