diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-13 21:30:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-13 21:30:16 +0000 |
commit | b4ff6d3007be58423a1e6b8b8aa2e038dd1b04c0 (patch) | |
tree | 1a1bc5d0672850e32911e6327c2a5b435550c78a /docs/libcurl | |
parent | 68b73bcfba8b3f2b96b74e37c38829d732e0c061 (diff) |
- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
(http://curl.haxx.se/bug/view.cgi?id=2951319)
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4 index ce8e476fa..50dc20d9f 100644 --- a/docs/libcurl/libcurl.m4 +++ b/docs/libcurl/libcurl.m4 @@ -198,7 +198,7 @@ x=CURLOPT_VERBOSE; # We don't have --protocols, so just assume that all # protocols are available - _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP + _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP" if test x$libcurl_feature_SSL = xyes ; then _libcurl_protocols="$_libcurl_protocols HTTPS" |