From: pabs Date: Sat, 4 Feb 2006 11:06:01 +0000 (+0000) Subject: Fix 1423944: switch to AC_LIBLTDL_INSTALLABLE so we'll use the system libltdl when... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a38b2ddf740d5c570a503fd47d18445b9e432974;p=synfig.git Fix 1423944: switch to AC_LIBLTDL_INSTALLABLE so we'll use the system libltdl when it's available. git-svn-id: http://svn.voria.com/code@124 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/config/configure.ac b/synfig-core/trunk/config/configure.ac index 725ea96..09ebcfb 100644 --- a/synfig-core/trunk/config/configure.ac +++ b/synfig-core/trunk/config/configure.ac @@ -15,7 +15,7 @@ dnl AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_MAINTAINER_MODE -AC_LIBLTDL_CONVENIENCE +AC_LIBLTDL_INSTALLABLE AC_SUBST(INCLTDL) AC_SUBST(LIBLTDL)