]> granicus.if.org Git - php/commitdiff
revert that undiscussed change until it is really agreed upon.
authorfoobar <sniper@php.net>
Thu, 29 Aug 2002 00:55:24 +0000 (00:55 +0000)
committerfoobar <sniper@php.net>
Thu, 29 Aug 2002 00:55:24 +0000 (00:55 +0000)
ext/exif/config.m4

index b81cf8eeb364931cba297f5c8dbd1d4a5d1e45e5..17887f649c99498d3852840e379dbf6e94f1a4a8 100644 (file)
@@ -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])