From: Peter Maydell Date: Wed, 23 Nov 2011 17:26:43 +0000 (+0000) Subject: configure: Include #define name in check_define compiler error X-Git-Tag: v1.1-rc0~764^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd786e1aee5d3a0a304fccaa5cb6ae2cbbeb435e;p=thirdparty%2Fqemu.git configure: Include #define name in check_define compiler error Include the name of the #define being tested for in the compiler error produced when a check_define test is run and fails. This appears only in the config.log, but it does make it a little easier to debug problems by inspecting config.log. Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- diff --git a/configure b/configure index 5fbd81285fa..c98aed1c64c 100755 --- a/configure +++ b/configure @@ -249,7 +249,7 @@ source_path=`cd "$source_path"; pwd` check_define() { cat > $TMPC <