diff options
Diffstat (limited to 'ext/exif/config.m4')
| -rw-r--r-- | ext/exif/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4 index 800b84e48d..4943a69713 100644 --- a/ext/exif/config.m4 +++ b/ext/exif/config.m4 @@ -1,7 +1,9 @@ dnl config.m4 for extension exif -PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support, -[ --enable-exif Enable EXIF (metadata from images) support]) +PHP_ARG_ENABLE([exif], + [whether to enable EXIF (metadata from images) support], + [AS_HELP_STRING([--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]) |
