From 5f62dd661efb917a65fd4ab23b4bc4af56350dc8 Mon Sep 17 00:00:00 2001 From: pabs Date: Thu, 29 Nov 2007 10:05:23 +0000 Subject: [PATCH] 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 --- synfig-core/trunk/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4