*** empty log message ***

This commit is contained in:
Thomas Ries
2010-04-26 21:09:44 +00:00
parent b291ea5593
commit aeb0dc08a3
+3 -1
View File
@@ -127,12 +127,14 @@ dnl Substitute LTDLINCL and LIBLTDL in the Makefiles
dnl this is only done if no native libltdl is found.
if test "x$use_native_ltdl" = "xyes"; then
true;
LIBS="$LIBS -lltdl";
else
true;
AC_SUBST(LTDLINCL)
AC_SUBST(LIBLTDL)
AC_CONFIG_SUBDIRS(libltdl)
fi
AC_CONFIG_SUBDIRS(libltdl)
dnl **********************************************