]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: Fix compiler warning in config.log (macro redefined)
authorStefan Weil <sw@weilnetz.de>
Sat, 17 Dec 2011 08:27:34 +0000 (09:27 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 19 Dec 2011 11:03:42 +0000 (11:03 +0000)
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>
configure

index f2c2a27824b742ec4863ff114fb2b586db2b67d0..eeec8faf5536691bf83b4b674d3fdfdf4d8e24f6 100755 (executable)
--- 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>