summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-12-10 20:12:38 +0000
committerMarcus Boerger <helly@php.net>2002-12-10 20:12:38 +0000
commitd71fc180274b6cf596e1f23b39ffb248de41d333 (patch)
treea9f2d9f2d78a2cc67b3a1ad18283eb784e9d411a /ext
parent065b04628fc2ff1e0ac8c13b1556fe70df8483cd (diff)
downloadphp-git-d71fc180274b6cf596e1f23b39ffb248de41d333.tar.gz
MFH
Diffstat (limited to 'ext')
-rw-r--r--ext/gd/config.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 4df9d66ba2..ba8ca5d0ad 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -12,12 +12,12 @@ PHP_ARG_WITH(gd, for GD support,
if test -z "$PHP_JPEG_DIR"; then
PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
- [ --with-jpeg-dir=DIR GD: Set the path to libjpeg install prefix.], no, no)
+ [ --with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix.], no, no)
fi
if test -z "$PHP_PNG_DIR"; then
PHP_ARG_WITH(png-dir, for the location of libpng,
- [ --with-png-dir=DIR GD: Set the path to libpng install prefix.], no, no)
+ [ --with-png-dir[=DIR] GD: Set the path to libpng install prefix.], no, no)
fi
if test -z "$PHP_ZLIB_DIR"; then
@@ -26,13 +26,13 @@ if test -z "$PHP_ZLIB_DIR"; then
fi
PHP_ARG_WITH(xpm-dir, for the location of libXpm,
-[ --with-xpm-dir=DIR GD: Set the path to libXpm install prefix.], no, no)
+[ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix.], no, no)
PHP_ARG_WITH(ttf, for FreeType 1.x support,
[ --with-ttf[=DIR] GD: Include FreeType 1.x support], no, no)
PHP_ARG_WITH(freetype-dir, for FreeType 2,
-[ --with-freetype-dir=DIR GD: Set the path to FreeType 2 install prefix.], no, no)
+[ --with-freetype-dir[=DIR] GD: Set the path to FreeType 2 install prefix.], no, no)
PHP_ARG_WITH(t1lib, for T1lib support,
[ --with-t1lib[=DIR] GD: Include T1lib support.], no, no)