summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-12-17 09:27:34 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-12-19 11:03:42 +0000
commited054defef32c723c0c467676717c5ddeb8dcd18 (patch)
tree68cdf48913e287e2af5bcf03544de752f8f94395
parentf91f9bee0c614da0dab6208a7a7fa00e3d207408 (diff)
downloadqemu-ed054defef32c723c0c467676717c5ddeb8dcd18.tar.gz
configure: Fix compiler warning in config.log (macro redefined)
warning: "_GNU_SOURCE" redefined The macro is already defined on the command line. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index f2c2a27824..eeec8faf55 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>