From: Derick Rethans Date: Thu, 29 Aug 2002 05:36:42 +0000 (+0000) Subject: - EXIF is about meta data from images, not for digital cameras X-Git-Tag: RELEASE_0_91~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d31d927129b891820ba81666f525188b0255532;p=php - EXIF is about meta data from images, not for digital cameras --- diff --git a/ext/exif/config.m4 b/ext/exif/config.m4 index 17887f649c..c95e6834c8 100644 --- a/ext/exif/config.m4 +++ b/ext/exif/config.m4 @@ -2,10 +2,10 @@ dnl dnl $Id$ dnl -PHP_ARG_ENABLE(exif, whether to enable EXIF (digital camera) support, -[ --enable-exif Enable EXIF (digital camera) support]) +PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support, +[ --enable-exif Enable EXIF (metadata from images) support]) if test "$PHP_EXIF" != "no"; then - AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (digital camera) support]) + AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support]) PHP_NEW_EXTENSION(exif, exif.c, $ext_shared) fi