diff options
author | foobar <sniper@php.net> | 2002-09-07 19:09:09 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-09-07 19:09:09 +0000 |
commit | cb8493b2fbec89867d301278271ab232c12d6efd (patch) | |
tree | 13717021f7b8884092e1c9d6c23ec73406b5784e | |
parent | 30082fdb6879563f1f0c91461e72367e611b4300 (diff) | |
download | php-git-cb8493b2fbec89867d301278271ab232c12d6efd.tar.gz |
This was not a good idea.
-rw-r--r-- | ext/gd/config.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index c618eaa7b3..ba9f2b383b 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -15,9 +15,6 @@ 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,if the location of ZLIB install directory is defined, -[ --with-zlib-dir=<DIR> GD: Set the path to zlib 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) |