summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2003-09-10 23:20:08 +0000
committerRobin KAY <komadori@users.sourceforge.net>2003-09-10 23:20:08 +0000
commitbf615c1c0db1047f5befc01860cde9c71aaf144b (patch)
tree5e95d6381dbc4a91c89fc5bc2ba0b6e18c59e218
parent7218e767e9fa77f3807c2625d88177525c4d5552 (diff)
downloadxine-lib-bf615c1c0db1047f5befc01860cde9c71aaf144b.tar.gz
xine-lib-bf615c1c0db1047f5befc01860cde9c71aaf144b.tar.bz2
Fix --disable-mlib option.
CVS patchset: 5353 CVS date: 2003/09/10 23:20:08
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97aa98640..ba79d056b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,7 +260,6 @@ if test x$enable_mlib = xyes; then
],)
CPPFLAGS="$saved_CPPFLAGS"
], , -L$mlibhome/lib)
- AM_CONDITIONAL(HAVE_MLIB, test x$ac_have_mlib = "xyes")
fi
AC_SUBST(MLIB_CFLAGS)