From 238fcf60439f8e5e33c1d2d9fe5c7ba38c9b859e Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Sat, 13 Sep 2003 13:09:44 +0000 Subject: Fix the fix for the --disable-mlib option (the AM_CONDITIONAL statement is now moved outside of the shell conditional rather than removed). CVS patchset: 5360 CVS date: 2003/09/13 13:09:44 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3