summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ba79d056b..d05d16c0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,6 +261,7 @@ if test x$enable_mlib = xyes; then
CPPFLAGS="$saved_CPPFLAGS"
], , -L$mlibhome/lib)
fi
+AM_CONDITIONAL(HAVE_MLIB, test x$ac_have_mlib = "xyes")
AC_SUBST(MLIB_CFLAGS)