* configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
authorRob Browning <rlb@defaultvalue.org>
Mon, 19 Nov 2001 06:30:29 +0000 (06:30 +0000)
committerRob Browning <rlb@defaultvalue.org>
Mon, 19 Nov 2001 06:30:29 +0000 (06:30 +0000)
system libltdl when it's available.  Aside from the normal reasons
to prefer installed shared libs, this means other apps that link
with libguile and also use libltdl will be more likely to work
right.

configure.in

index 1cbecb3..9a40ffd 100644 (file)
@@ -157,7 +157,7 @@ AC_CYGWIN
 AC_MINGW32
 AC_LIBTOOL_WIN32_DLL
 
-AC_LIBLTDL_CONVENIENCE
+AC_LIBLTDL_INSTALLABLE
 AC_CONFIG_SUBDIRS(libltdl)
 
 AC_PROG_INSTALL