summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-12-09 21:20:21 +0100
committerMatthias Schiffer <matthias@gamezock.de>2008-12-09 21:20:21 +0100
commit80b922b1557b2d6cee1e4ced3c08a26002d969e9 (patch)
treeaa8f2de13e9a61ce28f93277c20cf2b4d21f0ed2 /configure.ac
parent60f1e0a3942adba1505a8d56064b3cc53834045d (diff)
downloadmad-80b922b1557b2d6cee1e4ced3c08a26002d969e9.tar
mad-80b922b1557b2d6cee1e4ced3c08a26002d969e9.zip
Kompiliere libltdl nicht, wenn eine brauchbare Version installiert ist
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c7c69c6..e6775f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,8 @@ LT_INIT([dlopen])
LTDL_INIT([recursive])
AC_SUBST(LIBLTDL)
+AM_CONDITIONAL(INCLUDED_LTDL, test "x$with_included_ltdl" = xyes)
+
# Checks for libraries.
PKG_CHECK_MODULES(GnuTLS, gnutls, , AC_MSG_ERROR(Test for GnuTLS failed.))
PKG_CHECK_MODULES(sigc, sigc++-2.0, , AC_MSG_ERROR(Test for SigC++ 2.0 failed.))