We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef3e66 commit 562b78fCopy full SHA for 562b78f
ext/exif/config.m4
@@ -2,10 +2,10 @@ dnl
2
dnl $Id$
3
dnl
4
5
-PHP_ARG_ENABLE(exif, whether to enable EXIF support,
6
-[ --enable-exif Enable EXIF support])
+PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support,
+[ --disable-exif Disable EXIF (digital camera) support], yes)
7
8
if test "$PHP_EXIF" != "no"; then
9
- AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
+ AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support])
10
PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
11
fi
0 commit comments