From: foobar Date: Thu, 29 Aug 2002 00:55:24 +0000 (+0000) Subject: revert that undiscussed change until it is really agreed upon. X-Git-Tag: RELEASE_0_91~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=715615ea6b915e682500b7c758be7c85d7cf9b7a;p=php revert that undiscussed change until it is really agreed upon. --- 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])