]> granicus.if.org Git - graphviz/commitdiff
if using internal libltdl, link statically instead of dynamically (http://sourceware...
authorglenlow <devnull@localhost>
Thu, 1 May 2008 05:31:46 +0000 (05:31 +0000)
committerglenlow <devnull@localhost>
Thu, 1 May 2008 05:31:46 +0000 (05:31 +0000)
configure.ac

index 69ed36c58681268c42c8f1792bf0a9693b262a48..22944da82decf8720c7e07c4d573c67fbd9bcbf0 100644 (file)
@@ -392,7 +392,7 @@ if test "x$enable_ltdl" != "xno"; then
   AC_DEFINE(ENABLE_LTDL,1,[Define if you want on-demand plugin loading])
   AC_CONFIG_SUBDIRS(libltdl)
   AC_LIBTOOL_DLOPEN
-  AC_LIBLTDL_INSTALLABLE
+  AC_LIBLTDL_CONVENIENCE
 fi
 AM_CONDITIONAL(ENABLE_LTDL, [test "x$enable_ltdl" != "xno"])
 AC_SUBST(INCLTDL)