summaryrefslogtreecommitdiff
path: root/ext/exif/config.m4
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-09-19 20:14:35 +0000
committerDerick Rethans <derick@php.net>2002-09-19 20:14:35 +0000
commitcf07c698d13ea52d20abce2ee54d7c9a9f8ee382 (patch)
treeda9e39a5e906ad6534e4c06ce5840db0bc6fd9dc /ext/exif/config.m4
parenta694fa9ca74fc05e6bb85b7313bdd51ebc29a6cd (diff)
downloadphp-git-cf07c698d13ea52d20abce2ee54d7c9a9f8ee382.tar.gz
- Align configure --help messages
Diffstat (limited to 'ext/exif/config.m4')
-rw-r--r--ext/exif/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4
index c95e6834c8..a3ba9240df 100644
--- a/ext/exif/config.m4
+++ b/ext/exif/config.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl
PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
-[ --enable-exif Enable EXIF (metadata from images) support])
+[ --enable-exif Enable EXIF (metadata from images) support])
if test "$PHP_EXIF" != "no"; then
AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])