]> granicus.if.org Git - php/commitdiff
Fix [-Wundef] warning in EXIF extension
authorGeorge Peter Banyard <girgias@php.net>
Tue, 12 May 2020 20:58:49 +0000 (22:58 +0200)
committerGeorge Peter Banyard <girgias@php.net>
Sat, 16 May 2020 13:31:16 +0000 (15:31 +0200)
ext/exif/exif.c

index 57ca8fdaa68eed8fdb605b07a9bb537737d423b6..d73a6d403237b1a34613a61065575c378fa3847a 100644 (file)
@@ -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