sniper Fri Jun 1 21:33:30 2007 UTC
Modified files:
/php-src/ext/gd config.m4
Log:
- 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.172&r2=1.173&diff_format=u
Index: php-src/ext/gd/config.m4
diff -u php-src/ext/gd/config.m4:1.172 php-src/ext/gd/config.m4:1.173
--- php-src/ext/gd/config.m4:1.172 Fri May 4 21:57:22 2007
+++ php-src/ext/gd/config.m4 Fri Jun 1 21:33:30 2007
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.172 2007/05/04 21:57:22 sniper Exp $
+dnl $Id: config.m4,v 1.173 2007/06/01 21:33:30 sniper Exp $
dnl
dnl
@@ -383,7 +383,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_INCDIR=`$GDLIB_CONFIG --includedir`
GD_CFLAGS=`$GDLIB_CONFIG --cflags`
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php