From 8fc091b51ab55e6d2f99667a451e3ea948b2892c Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 5 Apr 2007 11:59:13 +0000 Subject: [PATCH] - depends on 2.0.34 --- ext/gd/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 31980e9bb9..b41bfbef97 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -245,8 +245,8 @@ AC_DEFUN([PHP_GD_CHECK_VERSION], GD_VERNUM=`expr [$]1 \* 1000000 + [$]2 \* 1000 + [$]3 2> /dev/null` - if test "$GD_VERNUM" -lt "2000033"; then - AC_MSG_ERROR([GD version 2.0.33 or greater required.]) + if test "$GD_VERNUM" -lt "2000034"; then + AC_MSG_ERROR([GD version 2.0.34 or greater required.]) else AC_DEFINE_UNQUOTED(PHP_GD_VERSION_STRING, "$GD_VERSION", [GD library version]) AC_MSG_RESULT([$GD_VERSION]) -- 2.50.1