summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-16 05:13:19 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-19 22:43:34 +0200
commitf5455ef081ecaa894e137bc288ecddab27b32fd4 (patch)
tree69f5abe415a52ec81b582eb9af7622b7d52c31c8 /configure.ac
parent6f5bd93820fa835c744aede2a5f4635693ac424e (diff)
downloadlibgphoto2-f5455ef081ecaa894e137bc288ecddab27b32fd4.tar.gz
remove additional AM_CONDITIONAL definitions
Remove additional AM_CONDITIONAL definitions for HAVE_LIBCURL and HAVE_LIBXML2. Those two AM_CONDITIONALS are already defined by GP_CHECK_LIBRARY. If not having the addtional definitions exposes a bug, then that bug should be fixed, not papered over with the additional definitions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 9974f7c19..b6852871e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -366,12 +366,6 @@ GP_CHECK_LIBRARY([LIBCURL],[libcurl],[>= 7.1],
)
GP_CONFIG_MSG([CURL support for Lumix Wifi],[${have_LIBCURL}])
-AM_CONDITIONAL([HAVE_LIBCURL],
- [test -n "$have_LIBCURL" && test "X$have_LIBCURL" != "Xno"])
-AM_CONDITIONAL([HAVE_LIBXML2],
- [test -n "$have_LIBXML2" && test "X$have_LIBXML2" != "Xno"])
-
-
dnl ---------------------------------------------------------------------------
dnl check for libgd
dnl they call it "gdlib" ... confusing.