diff options
author | Marcus Boerger <helly@php.net> | 2003-12-07 15:26:09 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-12-07 15:26:09 +0000 |
commit | d57004274b79e71367d80d6e7e29e635a848bbc9 (patch) | |
tree | 46e2d37da4b01fe54b048d6524ecc3a900548c78 /ext/gd | |
parent | 1765271499b3ab279b2d93ee2a8d62725a9ba6f8 (diff) | |
download | php-git-d57004274b79e71367d80d6e7e29e635a848bbc9.tar.gz |
Revert, not needed here
Diffstat (limited to 'ext/gd')
-rw-r--r-- | ext/gd/config.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 15cb49566d..aacb084e13 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -9,7 +9,6 @@ dnl 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 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" |