summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-08-06 11:09:12 -0700
committerChristopher Jones <sixd@php.net>2013-08-06 11:09:12 -0700
commit4c3c9d1fe585abaa59213dedd04996b8fb9f041a (patch)
tree3f6dda672937d0ca8b628c37ce831d07416a07b1 /ext/gd
parentdb610ba050cdc44c3c0d7c1c9ce81a2a17f5d087 (diff)
parentc6d977dd395262c5c8d9091519a41aebe6f40db9 (diff)
downloadphp-git-4c3c9d1fe585abaa59213dedd04996b8fb9f041a.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
Diffstat (limited to 'ext/gd')
-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 50660af6cd..c9e080faab 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -7,11 +7,11 @@ dnl Configure options
dnl
PHP_ARG_WITH(gd, for GD support,
-[ --with-gd[=DIR] Include GD support. DIR is the GD library base
+[ --with-gd[=DIR] Include GD support. DIR is the GD library base
install directory [BUNDLED]])
if test -z "$PHP_VPX_DIR"; then
PHP_ARG_WITH(vpx-dir, for the location of libvpx,
- [ --with-vpx-dir[=DIR] GD: Set the path to libvpx install prefix], no, no)
+ [ --with-vpx-dir[=DIR] GD: Set the path to libvpx install prefix], no, no)
fi
if test -z "$PHP_JPEG_DIR"; then
@@ -39,10 +39,10 @@ PHP_ARG_WITH(t1lib, for T1lib support,
[ --with-t1lib[=DIR] GD: Include T1lib support. T1lib version >= 5.0.0 required], no, no)
PHP_ARG_ENABLE(gd-native-ttf, whether to enable truetype string function in GD,
-[ --enable-gd-native-ttf GD: Enable TrueType string function], no, no)
+[ --enable-gd-native-ttf GD: Enable TrueType string function], no, no)
PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
-[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
+[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
dnl
dnl Checks for the configure options