]> granicus.if.org Git - php/commitdiff
--with-zlib-dir has to be defined here to enable phpize build
authorfoobar <sniper@php.net>
Sat, 19 Oct 2002 13:27:53 +0000 (13:27 +0000)
committerfoobar <sniper@php.net>
Sat, 19 Oct 2002 13:27:53 +0000 (13:27 +0000)
ext/gd/config.m4

index 569eb9849e08219537443ae52997936d1196def9..3710d1488e64119f5140c7d1590f61c0adcae214 100644 (file)
@@ -15,6 +15,9 @@ PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
 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)