From: Pierre Joye Date: Thu, 5 Apr 2007 11:59:13 +0000 (+0000) Subject: - depends on 2.0.34 X-Git-Tag: RELEASE_1_1_0~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fc091b51ab55e6d2f99667a451e3ea948b2892c;p=php - depends on 2.0.34 --- 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])