From 8c62ce0c041059b4b9b823d70cb7073f82ddd1c6 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 28 May 2015 17:05:43 +0200 Subject: 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(+) (limited to 'utils') 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, ...) \ -- cgit v1.2.3