From 144b0ad7686a34e446df2a0f82050c50addf6554 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 15 Jan 2008 06:23:16 +0000 Subject: [PATCH] * configure.ac: Set libltdl nonrecursive option, to avoid configuring libltdl inside the Libtool package. --- ChangeLog | 5 +++++ configure.ac | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 35b2940b9..f212fcb43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-15 Ralf Wildenhues + + * configure.ac: Set libltdl nonrecursive option, to avoid + configuring libltdl inside the Libtool package. + 2008-01-14 Ralf Wildenhues Silence all non-warning output from `libtool --silent'. diff --git a/configure.ac b/configure.ac index 3e2b49713..b7c75f197 100644 --- a/configure.ac +++ b/configure.ac @@ -181,6 +181,7 @@ AC_PROG_CPP ## Libtool initialisation. ## ## ----------------------- ## LT_INIT([dlopen win32-dll]) +_LT_SET_OPTION([LTDL_INIT], [nonrecursive]) _LTDL_SETUP # Enable all the language support we can -- 2.47.3