aboutsummaryrefslogtreecommitdiff
path: root/m4/libcurl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libcurl.m4')
-rw-r--r--m4/libcurl.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index d7d5a525..7e0a3c4c 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -201,6 +201,8 @@ if (x) ;
201 # protocols are available 201 # protocols are available
202 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP" 202 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
203 203
204 test -z "$_libcurl_version" && _libcurl_version=0
205
204 if test x$libcurl_feature_SSL = xyes ; then 206 if test x$libcurl_feature_SSL = xyes ; then
205 _libcurl_protocols="$_libcurl_protocols HTTPS" 207 _libcurl_protocols="$_libcurl_protocols HTTPS"
206 208