summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorTom Van Looy <tom@ctors.net>2018-02-14 21:47:56 +0100
committerJoe Watkins <krakjoe@php.net>2018-02-15 08:49:58 +0100
commit7672f8be0bea2358b86dc0c43b88837a6b73686b (patch)
treec28214ca5607ef5163e111be05f77b385fad282f /ext/gd
parent5a4ff9f1a92c167bd7cd202994581864af99f43e (diff)
downloadphp-git-7672f8be0bea2358b86dc0c43b88837a6b73686b.tar.gz
Fix: follow the indent of the other configure options
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 1edd91f4ad..c3ff5ece24 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -11,7 +11,7 @@ PHP_ARG_WITH(gd, for GD support,
install directory [BUNDLED]])
if test -z "$PHP_WEBP_DIR"; then
PHP_ARG_WITH(webp-dir, for the location of libwebp,
- [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no)
+ [ --with-webp-dir[=DIR] GD: Set the path to libwebp install prefix], no, no)
fi
if test -z "$PHP_JPEG_DIR"; then