From: foobar Date: Fri, 1 Jun 2007 21:33:30 +0000 (+0000) Subject: - Fixed bug #41555 (configure failure: regression caused by fix for #41265 X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=520c4a0510e5544c0eaa85617011b2f4d1cc1dad;p=php - Fixed bug #41555 (configure failure: regression caused by fix for #41265 --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 743f8485d4..1f18ab6ba1 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -383,7 +383,7 @@ dnl T1LIB support is gdlib independent 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`