diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
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 |