Skip to content

Commit 562b78f

Browse files
committed
Enable EXIF by default as discussed with Rasmus
@made EXIF (digital camera) extension enabled by default. (Marcus)
1 parent eef3e66 commit 562b78f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/exif/config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ dnl
22
dnl $Id$
33
dnl
44

5-
PHP_ARG_ENABLE(exif, whether to enable EXIF support,
6-
[ --enable-exif Enable EXIF support])
5+
PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support,
6+
[ --disable-exif Disable EXIF (digital camera) support], yes)
77

88
if test "$PHP_EXIF" != "no"; then
9-
AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
9+
AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support])
1010
PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
1111
fi

0 commit comments

Comments
 (0)