From c0a582461a1c9aea914baf7889534aaf9ff4434c Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 11 Nov 2008 16:41:48 +0000 Subject: [PATCH] Revert the previous commit. This is an issue that needs resolving somehow but just removing the line isn't how. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2183 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index 8757fb3..ebe545b 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -619,6 +619,9 @@ AC_SUBST(CXXFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) +# this line is required for libtool 1.5.26 but must not be present for libtool 2.2.4... +AC_CONFIG_SUBDIRS(libltdl) + CONFIG_LIBS="-lsynfig" CONFIG_CFLAGS="$CONFIG_CFLAGS" AC_SUBST(CONFIG_LIBS) -- 2.7.4