mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
- EXIF is about meta data from images, not for digital cameras
This commit is contained in:
parent
04bbf46957
commit
9d31d92712
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user