From aeb0dc08a3938db63118e3e5c04c153a01a31020 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Mon, 26 Apr 2010 21:09:44 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 71a9507..f24277b 100644 --- a/configure.in +++ b/configure.in @@ -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 **********************************************