summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-12 20:24:03 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-12 20:24:03 +0000
commit55f3d34923caf6421b40ac2e901441ac8b165f5b (patch)
tree721ace8c5f9a41ab4b423c43b0a6a52d81cc1d0e /configure.ac
parentb16d8e2df4ad18074195da590831cb0ca3d48dee (diff)
ship full libltdl tree in SVN to make sure we can build this crack on fedora
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1651 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ba93bcb6..6d7f0bec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,12 +110,11 @@ fi
AC_LTDL_ENABLE_INSTALL
AC_LIBLTDL_INSTALLABLE
-AC_SUBST(LTDLINCL)
-AC_SUBST(LIBLTDL)
AC_LIBTOOL_DLOPEN
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AC_CONFIG_SUBDIRS(libltdl)
+AC_SUBST(LTDLINCL)
+AC_SUBST(LIBLTDL)
if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then
AC_MSG_ERROR([[
@@ -783,6 +782,8 @@ src/pulse/version.h
])
AC_OUTPUT
+AC_CONFIG_SUBDIRS(libltdl)
+
# ==========================================================================
ENABLE_X11=no
if test "x$HAVE_X11" = "x1" ; then