]> granicus.if.org Git - curl/commitdiff
AC_INIT: avoid a warning with autoconf 2.66
authorKamil Dudka <kdudka@redhat.com>
Thu, 19 Aug 2010 14:38:22 +0000 (16:38 +0200)
committerKamil Dudka <kdudka@redhat.com>
Thu, 19 Aug 2010 14:43:40 +0000 (16:43 +0200)
It was complaining about the '=>' operator, introduced in e3fc0d5.

configure.ac

index db04447fea817bd728cd48ad2c7d87e5c6e3b08e..a389cfd85e6c704cf188d7a51bf6ba617c523f21 100644 (file)
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
 
 dnl We don't know the version number "statically" so we use a dash here
-AC_INIT([curl], [-], [a suitable curl mailing list => http://curl.haxx.se/mail/])
+AC_INIT([curl], [-], [a suitable curl mailing list: http://curl.haxx.se/mail/])
 
 CURL_OVERRIDE_AUTOCONF