From: pabs Date: Thu, 29 Nov 2007 10:05:23 +0000 (+0000) Subject: Use AC_LIBLTDL_CONVENIENCE instead of AC_LIBLTDL_INSTALLABLE because Win32 doesn... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=5f62dd661efb917a65fd4ab23b4bc4af56350dc8;p=synfig.git Use AC_LIBLTDL_CONVENIENCE instead of AC_LIBLTDL_INSTALLABLE because Win32 doesn't seem to be able to link a libsynfig DLL to a libltdl DLL and there doesn't seem to be a way to compile libltdl statically and libsynfig dynamically. git-svn-id: http://svn.voria.com/code@1169 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/configure.ac b/synfig-core/trunk/configure.ac index e441f84..6eb99c9 100644 --- a/synfig-core/trunk/configure.ac +++ b/synfig-core/trunk/configure.ac @@ -13,7 +13,7 @@ dnl AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([nostdinc]) AM_MAINTAINER_MODE -AC_LIBLTDL_INSTALLABLE +AC_LIBLTDL_CONVENIENCE AC_SUBST(INCLTDL) AC_SUBST(LIBLTDL)