summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-07-26 12:00:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-07-26 12:00:12 +1000
commitcacf42974a1d2da2bebb25d591d44b6295bb9871 (patch)
treefd7699260a3e7acd88af060e844c29db9189e5e4 /configure.ac
parent73df4f723b20643efcfdfa25d6fe235b08f7d095 (diff)
- (dtucker) [configure.ac] Update zlib warning message too, pointed out byV_4_1
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 4cfc911c..bb8766da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.260.2.1 2005/07/25 05:23:34 dtucker Exp $
+# $Id: configure.ac,v 1.260.2.2 2005/07/26 02:00:12 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -675,7 +675,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])