From 9930f8b92bb47b2dbea7679d948e3ecfbce23ca9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 28 May 2015 17:05:43 +0200 Subject: [PATCH] getconf.c: undef VERSION might come in via nptl so undef it before redefining it Signed-off-by: Bernhard Reutner-Fischer --- utils/getconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/getconf.c b/utils/getconf.c index 408a574d5..3dd3d75d9 100644 --- a/utils/getconf.c +++ b/utils/getconf.c @@ -23,6 +23,7 @@ #include #define PACKAGE "getconf regression test" +#undef VERSION #define VERSION "" #define _(x) x #define error(status, errnum, fmt, ...) \