summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6d7f0bec..1bde5cc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,6 +115,7 @@ AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
+AC_CONFIG_SUBDIRS(libltdl)
if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then
AC_MSG_ERROR([[
@@ -782,8 +783,6 @@ src/pulse/version.h
])
AC_OUTPUT
-AC_CONFIG_SUBDIRS(libltdl)
-
# ==========================================================================
ENABLE_X11=no
if test "x$HAVE_X11" = "x1" ; then