From: dooglus Date: Tue, 11 Nov 2008 16:33:54 +0000 (+0000) Subject: Remove the "AC_CONFIG_SUBDIRS(libltdl)" line. It fails with libtool 2. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d0fb3b205e25eee5bc67238189d432ba41ef7668;p=synfig.git Remove the "AC_CONFIG_SUBDIRS(libltdl)" line. It fails with libtool 2. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2182 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index c86acb7..8757fb3 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -619,8 +619,6 @@ AC_SUBST(CXXFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) -AC_CONFIG_SUBDIRS(libltdl) - CONFIG_LIBS="-lsynfig" CONFIG_CFLAGS="$CONFIG_CFLAGS" AC_SUBST(CONFIG_LIBS)