helly Sun Dec 7 10:23:23 2003 EDT Modified files: /php-src/ext/gd config.m4 Log: Revert, not needed here Index: php-src/ext/gd/config.m4 diff -u php-src/ext/gd/config.m4:1.142 php-src/ext/gd/config.m4:1.143 --- php-src/ext/gd/config.m4:1.142 Sat Dec 6 19:21:47 2003 +++ php-src/ext/gd/config.m4 Sun Dec 7 10:23:22 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.142 2003/12/07 00:21:47 helly Exp $ +dnl $Id: config.m4,v 1.143 2003/12/07 15:23:22 helly Exp $ dnl dnl @@ -9,7 +9,6 @@ PHP_ARG_WITH(gd, for GD support, [ --with-gd[=DIR] Include GD support where DIR is GD install prefix. If DIR is not set, the bundled GD library will be used.]) -gd_shared=$ext_shared if test -z "$PHP_JPEG_DIR"; then PHP_ARG_WITH(jpeg-dir, for the location of libjpeg, @@ -400,7 +399,7 @@ dnl Common for both builtin and external GD dnl if test "$PHP_GD" != "no"; then - PHP_NEW_EXTENSION(gd, gd.c gdttf.c $extra_sources, $gd_shared,, \\$(GDLIB_CFLAGS)) + PHP_NEW_EXTENSION(gd, gd.c gdttf.c $extra_sources, $ext_shared,, \\$(GDLIB_CFLAGS)) if test "$GD_MODULE_TYPE" = "builtin"; then GDLIB_CFLAGS="-I$ext_srcdir/libgd $GDLIB_CFLAGS"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php