]> granicus.if.org Git - php/commitdiff
Revert, not needed here
authorMarcus Boerger <helly@php.net>
Sun, 7 Dec 2003 15:26:09 +0000 (15:26 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 7 Dec 2003 15:26:09 +0000 (15:26 +0000)
ext/gd/config.m4
ext/mysql/config.m4

index 15cb49566d2ad70f70bea762abb95f2f6ee75fed..aacb084e13cbade8ad87841e6d253035513b679a 100644 (file)
@@ -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"
index ea06713496b5cbb79d81e1475477ff1251e48857..aad9ca154537e1ee3d3fd03fa3cbb2e878cfe431 100644 (file)
@@ -117,7 +117,7 @@ Note that the MySQL client library is not bundled anymore.])
   PHP_ADD_LIBRARY_WITH_PATH(mysqlclient, $MYSQL_LIB_DIR, MYSQL_SHARED_LIBADD)
   PHP_ADD_INCLUDE($MYSQL_INC_DIR)
 
-  PHP_NEW_EXTENSION(mysql, php_mysql.c, $ext_shared)
+  PHP_NEW_EXTENSION(mysql, php_mysql.c, $mysql_shared)
 
   MYSQL_MODULE_TYPE=external
   MYSQL_LIBS="-L$MYSQL_LIB_DIR -lmysqlclient $MYSQL_LIBS"