summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/exif/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4
index f1fcced897..b81cf8eeb3 100644
--- a/ext/exif/config.m4
+++ b/ext/exif/config.m4
@@ -2,10 +2,10 @@ dnl
dnl $Id$
dnl
-PHP_ARG_ENABLE(exif, whether to enable EXIF support,
-[ --enable-exif Enable EXIF support])
+PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support,
+[ --disable-exif Disable EXIF (digital camera) support], yes)
if test "$PHP_EXIF" != "no"; then
- AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
+ AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support])
PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
fi