]> granicus.if.org Git - graphviz/commitdiff
another try at libltdl on rawhide & leopard
authorellson <devnull@localhost>
Sun, 1 Feb 2009 13:18:18 +0000 (13:18 +0000)
committerellson <devnull@localhost>
Sun, 1 Feb 2009 13:18:18 +0000 (13:18 +0000)
configure.ac

index ac50cd3f28f1c4d448bf3abd6379f05a9e850058..6b88ef27738a571a636ecb8a55cd2abebbc71a6b 100644 (file)
@@ -473,8 +473,10 @@ AC_ARG_ENABLE(ltdl,
   [AS_HELP_STRING([--enable-ltdl],[support on-demand plugin loading])])
 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
+  LT_CONFIG_LTDL_DIR
+  LT_INIT
+  AC_CONFIG_SUBDIRS(libltdl)
   use_ltdl="Yes"
   
   if test "x$DARWIN9" = "xyes"; then