diff options
Diffstat (limited to 'ext/exif/config.m4')
| -rw-r--r-- | ext/exif/config.m4 | 2 |
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]) |
