summaryrefslogtreecommitdiff
path: root/ext/exif/config.m4
blob: f1fcced8974d91864e396eecb2b717dd17b6dbad (plain)
1
2
3
4
5
6
7
8
9
10
11
dnl
dnl $Id$
dnl

PHP_ARG_ENABLE(exif, whether to enable EXIF support,
[  --enable-exif           Enable EXIF support])

if test "$PHP_EXIF" != "no"; then
  AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support])
  PHP_NEW_EXTENSION(exif, exif.c, $ext_shared)
fi