replace: Fix checking for config.h #define in replace.h
authorAndreas Schneider <asn@samba.org>
Thu, 13 Dec 2018 17:47:16 +0000 (18:47 +0100)
committerGary Lockyer <gary@samba.org>
Sun, 16 Dec 2018 20:04:09 +0000 (21:04 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/replace/replace.h

index 0055255a9a5f391e2ef9beceac98219995fefeb0..c66720b17655eb6a7d3be797d673d78597a2f2bd 100644 (file)
@@ -56,7 +56,7 @@
 #ifdef HAVE_INTTYPES_H
 #define __STDC_FORMAT_MACROS
 #include <inttypes.h>
-#elif HAVE_STDINT_H
+#elif defined(HAVE_STDINT_H)
 #include <stdint.h>
 /* force off HAVE_INTTYPES_H so that roken doesn't try to include both,
    which causes a warning storm on irix */