From e3813e6d2412275f8aa4a4b9d6f0c874acef2736 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 25 Nov 2010 03:07:29 +0100 Subject: [PATCH] configure: fix autoconf warning --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0f47d9b7..9a23699d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) dnl Version not hardcoded here. Fetched later from ares_version.h AC_INIT([c-ares], [-], - [c-ares mailing list => http://cool.haxx.se/mailman/listinfo/c-ares]) + [c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares]) CARES_OVERRIDE_AUTOCONF