Commit d0dea8f8 authored by Kamil Dudka's avatar Kamil Dudka
Browse files

AC_INIT: avoid a warning with autoconf 2.66

It was complaining about the '=>' operator, introduced in e3fc0d5e.
parent ab81f6c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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