summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-08-24 14:23:13 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-08-24 14:23:43 +0100
commit87610049f8a1690598b84b0bf984cfa487ce1074 (patch)
tree3a34ad0da2ce32184024f86a2a87926496f1a200 /configure.in
parent75fac9839793f73c9833489f1d70bf4136881cbf (diff)
misc cleanups of mergelibs functionality
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ad5f63f8101f..77e7bc4a2015 100755
--- a/configure.in
+++ b/configure.in
@@ -9072,8 +9072,9 @@ AC_SUBST(BUILD_NCPUS)
# Creating bigger shared library to link against
# ===================================================================
AC_MSG_CHECKING([whether to create a big library for better performance])
-if test "$enable_mergelibs" != "no"; then
- MERGELIBS="YES"
+MERGELIBS=
+if test "$enable_mergelibs" = "yes"; then
+ MERGELIBS="TRUE"
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])