From: dooglus Date: Tue, 11 Nov 2008 16:41:48 +0000 (+0000) Subject: Revert the previous commit. This is an issue that needs resolving somehow but just... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=c0a582461a1c9aea914baf7889534aaf9ff4434c;p=synfig.git 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 --- 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)