summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 691ccf27a..d16a89a59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,6 +282,13 @@ GP_CHECK_LIBRARY([LIBXML2],[libxml-2.0],[>= 2.0],
)
GP_CONFIG_MSG([XML support for Olympus E series],[${have_LIBXML2}])
+GP_CHECK_LIBRARY([LIBCURL],[libcurl],[>= 7.1],
+ [curl/curl.h],[curl_easy_init],[],[],
+ [default-on],
+ [https://www.curl.org]
+)
+GP_CONFIG_MSG([CURL support for Lumix Wifi],[${have_LIBCURL}])
+
dnl ---------------------------------------------------------------------------
dnl check for libgd
dnl they call it "gdlib" ... confusing.