diff options
author | foobar <sniper@php.net> | 2002-08-29 00:55:24 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-08-29 00:55:24 +0000 |
commit | 715615ea6b915e682500b7c758be7c85d7cf9b7a (patch) | |
tree | c21087838ff2d68d6ce7ba6a13dc0edbda165651 /ext/exif/config.m4 | |
parent | 1bbfe1058b24afe4604de82b79482f16a842b3c8 (diff) | |
download | php-git-715615ea6b915e682500b7c758be7c85d7cf9b7a.tar.gz |
revert that undiscussed change until it is really agreed upon.
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 b81cf8eeb3..17887f649c 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 (digital camera) support, -[ --disable-exif Disable EXIF (digital camera) support], yes) +[ --enable-exif Enable EXIF (digital camera) support]) if test "$PHP_EXIF" != "no"; then AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support]) |