]> granicus.if.org Git - php/commitdiff
MFH: - Fixed bug #41555 (configure failure: regression caused by fix for #41265)
authorfoobar <sniper@php.net>
Fri, 1 Jun 2007 21:34:17 +0000 (21:34 +0000)
committerfoobar <sniper@php.net>
Fri, 1 Jun 2007 21:34:17 +0000 (21:34 +0000)
ext/gd/config.m4

index 0206a8b1cd6c7e758a067d9130130b281cda57f9..0b86f6194c7e46505052c52747258ac974a60006 100644 (file)
@@ -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"