summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/exif/exif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c
index 57ca8fdaa6..d73a6d4032 100644
--- a/ext/exif/exif.c
+++ b/ext/exif/exif.c
@@ -22,7 +22,7 @@
#include "php.h"
#include "ext/standard/file.h"
-#if HAVE_EXIF
+#ifdef HAVE_EXIF
/* When EXIF_DEBUG is defined the module generates a lot of debug messages
* that help understanding what is going on. This can and should be used