summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-07-25 15:24:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-07-25 15:24:21 +1000
commit41097edcf6e7912350af27e3390e4ff94fefefc5 (patch)
tree96a765571cac2f03747d351149ddf0a2ad1a4a5a /configure.ac
parent04b65335a8248e562bc06136f58c4cccb53c45ca (diff)
- (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e3d696cd..2041bf29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.278 2005/07/14 07:22:11 dtucker Exp $
+# $Id: configure.ac,v 1.279 2005/07/25 05:24:21 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -796,8 +796,8 @@ int main()
if (a == 1 && b == 1 && c >= 4)
exit(0);
- /* 1.2.1.2 and up are OK */
- if (v >= 1020102)
+ /* 1.2.3 and up are OK */
+ if (v >= 1020300)
exit(0);
exit(2);