summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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.))