From 715615ea6b915e682500b7c758be7c85d7cf9b7a Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 29 Aug 2002 00:55:24 +0000 Subject: [PATCH] revert that undiscussed change until it is really agreed upon. --- ext/exif/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.50.1