From d0dea8f8699224ac1b6888bf6da7cfc71de213ca Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 19 Aug 2010 16:38:22 +0200 Subject: [PATCH] AC_INIT: avoid a warning with autoconf 2.66 It was complaining about the '=>' operator, introduced in e3fc0d5. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index db04447fe..a389cfd85 100644 --- a/configure.ac +++ b/configure.ac @@ -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