Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 1285a3b645cbeecff4b580a7cd3e5551 > files > 5

curl-7.20.0-4.fc13.src.rpm

diff --git a/CHANGES b/CHANGES
index 244fddb..f7f4731 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel Stenberg (13 Feb 2010)
+- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
+
+  (http://curl.haxx.se/bug/view.cgi?id=2951319)
+ 
 Version 7.20.0 (9 February 2010)
 
 Daniel Stenberg (9 Feb 2010)
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"