From 41097edcf6e7912350af27e3390e4ff94fefefc5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 25 Jul 2005 15:24:21 +1000 Subject: - (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e3d696cdd..2041bf298 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); -- cgit v1.2.3