From: foobar Date: Fri, 1 Jun 2007 21:34:17 +0000 (+0000) Subject: MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265) X-Git-Tag: php-5.2.4RC1~455 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5e8992942a01588f45859dc00d1117c8b1c7f96;p=php MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265) --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 0206a8b1cd..0b86f6194c 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -450,7 +450,7 @@ if test "$PHP_GD" != "no"; then PHP_TEST_BUILD(foobar, [], [ AC_MSG_ERROR([GD build test failed. Please check the config.log for details.]) - ], [ -L$GD_LIB $GD_SHARED_LIBADD ], [char foobar () {}]) + ], [ $GD_SHARED_LIBADD ], [char foobar () {}]) else GD_HEADER_DIRS="ext/gd/" GDLIB_CFLAGS="-I$GD_INCLUDE $GDLIB_CFLAGS"