Revert the previous commit. This is an issue that needs resolving somehow but just...
[synfig.git] / synfig-core / trunk / configure.ac
index 8757fb3..ebe545b 100644 (file)
@@ -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)