qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 06/11] configure: Fix compiler warning in config.l


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH 06/11] configure: Fix compiler warning in config.log (macro redefined)
Date: Sat, 17 Dec 2011 09:27:34 +0100

warning: "_GNU_SOURCE" redefined

The macro is already defined on the command line.

Signed-off-by: Stefan Weil <address@hidden>
---
 configure |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index efc7b6b..b799212 100755
--- a/configure
+++ b/configure
@@ -2251,7 +2251,6 @@ fi
 # signalfd probe
 signalfd="no"
 cat > $TMPC << EOF
-#define _GNU_SOURCE
 #include <unistd.h>
 #include <sys/syscall.h>
 #include <signal.h>
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]