summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-11-25 03:07:29 +0100
committerYang Tse <yangsita@gmail.com>2010-11-25 03:07:29 +0100
commite3813e6d2412275f8aa4a4b9d6f0c874acef2736 (patch)
tree4498978305e7af0e76368a1a3069afd40b4fa1c1
parente9e8b6e8643237c49d58e0f1c5326529c83b901f (diff)
downloadc-ares-e3813e6d2412275f8aa4a4b9d6f0c874acef2736.tar.gz
c-ares-e3813e6d2412275f8aa4a4b9d6f0c874acef2736.tar.bz2
c-ares-e3813e6d2412275f8aa4a4b9d6f0c874acef2736.zip
configure: fix autoconf warning
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0f47d9b..9a23699 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