From 7de4c19c492a60693565cc2019b0fb0d8f7efd2c Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 19 Nov 2001 20:34:35 +0000 Subject: [PATCH] * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 532d6d193..3acf7b335 100644 --- a/configure.in +++ b/configure.in @@ -152,7 +152,7 @@ fi #-------------------------------------------------------------------- -AC_LIBLTDL_CONVENIENCE +AC_LIBLTDL_INSTALLABLE AC_CONFIG_SUBDIRS(libltdl) AC_PROG_CC