From: Andreas Schneider Date: Thu, 13 Dec 2018 17:52:11 +0000 (+0100) Subject: s3: Fix checking for config.h #define in includes.h X-Git-Tag: tdb-1.3.17~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6ed306ff4068da8f348c0dbc9ae8abd5850428;p=thirdparty%2Fsamba.git s3: Fix checking for config.h #define in includes.h Signed-off-by: Andreas Schneider Reviewed-by: Gary Lockyer --- diff --git a/source3/include/includes.h b/source3/include/includes.h index acd0788ff4d..c26b75f5791 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -105,7 +105,7 @@ #ifdef HAVE_VALGRIND_MEMCHECK_H /* memcheck.h includes valgrind.h */ #include -#elif HAVE_VALGRIND_H +#elif defined(HAVE_VALGRIND_H) #include #endif