sniper Fri Jun 1 21:34:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd config.m4 Log: MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.m4?r1=1.154.2.1.2.4&r2=1.154.2.1.2.5&diff_format=u Index: php-src/ext/gd/config.m4 diff -u php-src/ext/gd/config.m4:1.154.2.1.2.4 php-src/ext/gd/config.m4:1.154.2.1.2.5 --- php-src/ext/gd/config.m4:1.154.2.1.2.4 Fri May 4 21:57:47 2007 +++ php-src/ext/gd/config.m4 Fri Jun 1 21:34:17 2007 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.154.2.1.2.4 2007/05/04 21:57:47 sniper Exp $ +dnl $Id: config.m4,v 1.154.2.1.2.5 2007/06/01 21:34:17 sniper Exp $ dnl dnl @@ -450,7 +450,7 @@ 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"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php