summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-18 04:08:06 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-11-03 22:02:45 +0100
commit9878f31b79bd0dcc9c6ae7ab7083410c30bbd404 (patch)
treefa4ab66efdb8431fcf7fa417107ae522617e4b8e /configure.ac
parent302f4bf4b6b8c7e567d7a02be2ea24d2acd9f2ed (diff)
downloadlibgphoto2-9878f31b79bd0dcc9c6ae7ab7083410c30bbd404.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
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