]> granicus.if.org Git - php/commitdiff
change mbstring detection
authorMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 09:58:49 +0000 (09:58 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 09:58:49 +0000 (09:58 +0000)
ext/exif/exif.c

index e9d165f5286413ce829cea3898ef7e7843dda532..bdb671ae121030df301c6336d97dc6d7817b7b17 100644 (file)
 #include "ext/standard/php_image.h"
 #include "ext/standard/info.h" 
 
-#if defined(HAVE_MBSTRING) && !defined(COMPILE_DL_MBSTRING)
+#if HAVE_MBSTRING
+#if !defined(COMPILE_DL_MBSTRING) 
 #define EXIF_USE_MBSTRING 1
 #endif
+#endif
 
 #ifdef EXIF_USE_MBSTRING
 #include "ext/mbstring/mbstring.h"