summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-07-26 12:00:42 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-07-26 12:00:42 +1000
commitac1910f1a523b8e5d4c6a764a419244a91e5f390 (patch)
tree486838f32b6f3186f8eba296397c3246dfe76f77 /configure.ac
parent41097edcf6e7912350af27e3390e4ff94fefefc5 (diff)
- (dtucker) [configure.ac] Update zlib warning message too, pointed out by
tim@.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2041bf29..df3712dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.279 2005/07/25 05:24:21 dtucker Exp $
+# $Id: configure.ac,v 1.280 2005/07/26 02:00:42 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -811,7 +811,7 @@ Your reported zlib version has known security problems. It's possible your
vendor has fixed these problems without changing the version number. If you
are sure this is the case, you can disable the check by running
"./configure --without-zlib-version-check".
-If you are in doubt, upgrade zlib to version 1.2.1.2 or greater.
+If you are in doubt, upgrade zlib to version 1.2.3 or greater.
See http://www.gzip.org/zlib/ for details.])
else
AC_MSG_WARN([zlib version may have security problems])