summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-10-11 16:35:48 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-10-11 16:39:20 +0200
commit680be84eeb4a4f1f493ba5de4481632d88ca2e5a (patch)
treea2e61786d926c8a28f18826e6c402d915929c8fb /configure.ac
parent540762d91f62019d05cbb29fd60adae17fbf9c9f (diff)
downloadlibgphoto2-680be84eeb4a4f1f493ba5de4481632d88ca2e5a.tar.gz
bs: forbid unexapanded LT_ macros in configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 93dd34b0d..336884d93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -239,8 +239,10 @@ GP_VA_COPY
dnl check for/set up libtool and libltdl
+m4_pattern_forbid([^LT_PREREQ])dnl
LT_PREREQ([2.4.2])
dnl Disable building static library, as no one uses it anyway.
+m4_pattern_forbid([^LT_INIT])dnl
LT_INIT([
disable-static
dlopen