1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 13:30:21 +02:00

* 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.
This commit is contained in:
Rob Browning 2001-11-19 20:34:35 +00:00
parent 962c59d412
commit 7de4c19c49

View file

@ -152,7 +152,7 @@ fi
#-------------------------------------------------------------------- #--------------------------------------------------------------------
AC_LIBLTDL_CONVENIENCE AC_LIBLTDL_INSTALLABLE
AC_CONFIG_SUBDIRS(libltdl) AC_CONFIG_SUBDIRS(libltdl)
AC_PROG_CC AC_PROG_CC