summaryrefslogtreecommitdiffstats
path: root/abs/core/curl/m4-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/curl/m4-typo.patch')
-rw-r--r--abs/core/curl/m4-typo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/curl/m4-typo.patch b/abs/core/curl/m4-typo.patch
new file mode 100644
index 0000000..2e46dff
--- /dev/null
+++ b/abs/core/curl/m4-typo.patch
@@ -0,0 +1,13 @@
+diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4
+index ce8e476..50dc20d 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"