From: Andreas Schneider Date: Thu, 13 Dec 2018 17:47:16 +0000 (+0100) Subject: replace: Fix checking for config.h #define in replace.h X-Git-Tag: tdb-1.3.17~293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c4bc35a5cfbab173e93f833b620b7d855d78e2;p=thirdparty%2Fsamba.git replace: Fix checking for config.h #define in replace.h Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer --- diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 0055255a9a5..c66720b1765 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -56,7 +56,7 @@ #ifdef HAVE_INTTYPES_H #define __STDC_FORMAT_MACROS #include -#elif HAVE_STDINT_H +#elif defined(HAVE_STDINT_H) #include /* force off HAVE_INTTYPES_H so that roken doesn't try to include both, which causes a warning storm on irix */