From patchwork Mon Dec 19 11:12:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [12/17] configure: Fix compiler warning in config.log (macro redefined) Date: Mon, 19 Dec 2011 01:12:33 -0000 From: Stefan Hajnoczi X-Patchwork-Id: 132203 Message-Id: <1324293158-25433-13-git-send-email-stefanha@linux.vnet.ibm.com> To: Cc: Stefan Weil , Anthony Liguori , Stefan Hajnoczi From: Stefan Weil warning: "_GNU_SOURCE" redefined The macro is already defined on the command line. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index f2c2a27..eeec8fa 100755 --- a/configure +++ b/configure @@ -2251,7 +2251,6 @@ fi # signalfd probe signalfd="no" cat > $TMPC << EOF -#define _GNU_SOURCE #include #include #include