From: Pierre Joye Date: Tue, 7 Apr 2009 09:53:01 +0000 (+0000) Subject: - only gd2+ is supported, no need of this check. (sidenote: PHP_CHECK_LIBRARY seems... X-Git-Tag: php-5.4.0alpha1~191^2~3965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f20371a7a51c50308f51510e09bd10aee01656c5;p=php - only gd2+ is supported, no need of this check. (sidenote: PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this case)) --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index f796b6b0a7..7c2a450357 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -351,11 +351,6 @@ dnl Extra libraries and libpaths needed to link with libgd GD_LIBS=`$GDLIB_CONFIG --libs` PHP_EVAL_LIBLINE([$GD_LDFLAGS $GD_LIBS -L$GD_LIBDIR -lgd], GD_SHARED_LIBADD) - -dnl Build test - PHP_CHECK_LIBRARY(gd, gdImageCreate, [], [ - AC_MSG_ERROR([GD build test failed. Please check the config.log for details.]) - ], [ -L$GD_LIBDIR $GD_SHARED_LIBADD ]) fi dnl