summaryrefslogtreecommitdiff
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 2041bf298..df3712dcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.279 2005/07/25 05:24:21 dtucker Exp $ 1# $Id: configure.ac,v 1.280 2005/07/26 02:00:42 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -811,7 +811,7 @@ Your reported zlib version has known security problems. It's possible your
811vendor has fixed these problems without changing the version number. If you 811vendor has fixed these problems without changing the version number. If you
812are sure this is the case, you can disable the check by running 812are sure this is the case, you can disable the check by running
813"./configure --without-zlib-version-check". 813"./configure --without-zlib-version-check".
814If you are in doubt, upgrade zlib to version 1.2.1.2 or greater. 814If you are in doubt, upgrade zlib to version 1.2.3 or greater.
815See http://www.gzip.org/zlib/ for details.]) 815See http://www.gzip.org/zlib/ for details.])
816 else 816 else
817 AC_MSG_WARN([zlib version may have security problems]) 817 AC_MSG_WARN([zlib version may have security problems])