sniper Sat Oct 19 09:27:54 2002 EDT
Modified files:
/php4/ext/gd config.m4
Log:
--with-zlib-dir has to be defined here to enable phpize build
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.115 php4/ext/gd/config.m4:1.116
--- php4/ext/gd/config.m4:1.115 Sun Oct 6 02:03:16 2002
+++ php4/ext/gd/config.m4 Sat Oct 19 09:27:53 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.115 2002/10/06 06:03:16 rasmus Exp $
+dnl $Id: config.m4,v 1.116 2002/10/19 13:27:53 sniper Exp $
dnl
dnl
@@ -14,6 +14,9 @@
PHP_ARG_WITH(png-dir, for the location of libpng,
[ --with-png-dir=DIR GD: Set the path to libpng install prefix.], no, no)
+
+PHP_ARG_WITH(zlib-dir, for the location of libz,
+[ --with-zlib-dir[=DIR] GD: Set the path to libz install prefix.], no, no)
PHP_ARG_WITH(xpm-dir, for the location of libXpm,
[ --with-xpm-dir=DIR GD: Set the path to libXpm install prefix.], no, no)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php