From 9878f31b79bd0dcc9c6ae7ab7083410c30bbd404 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 18 Oct 2021 04:08:06 +0200 Subject: Update libltdl checks (GP_LIBLTDL) We still do not use LTDL_INIT() as LTDL_INIT insists on us shipping libltdl sources in our release tarballs and we still do not like shipping third party sources. This now checks locations other than the default include and linker paths, so that configure should find libltdl by itself now on e.g. FreeBSD or OSX/homebrew. --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 20a6a0045..2c1607e74 100644 --- a/configure.ac +++ b/configure.ac @@ -220,10 +220,8 @@ AC_LIBTOOL_DLOPEN AC_PROG_LIBTOOL dnl We are using our own libltdl checks instead of AC_WITH_LTDL -dnl because we do not want to ship our own copy of libltdl any more. -dnl Not shipping libltdl makes it possible to ditch our own autogen.sh -dnl and relying on standard autoconf's "autoreconf". -GP_LIB_LTDL +dnl because we do not want to ship our own copy of libltdl. +GP_LIBLTDL # report on compiler/libtool setup -- cgit v1.2.1