diff options
Diffstat (limited to 'ext/exif/config.m4')
| -rw-r--r-- | ext/exif/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/config.m4 b/ext/exif/config.m4 index 4ef1138f1b..53dabb6bd8 100644 --- a/ext/exif/config.m4 +++ b/ext/exif/config.m4 @@ -6,6 +6,6 @@ dnl Make sure that the comment is aligned: [ --enable-exif Enable exif support]) if test "$PHP_EXIF" != "no"; then - AC_DEFINE(PHP_EXIF, 1, [Whether you want exif support]) + AC_DEFINE(HAVE_EXIF, 1, [Whether you want exif support]) PHP_EXTENSION(exif, $ext_shared) fi |
