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-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fd786e1aee5d3a0a304fccaa5cb6ae2cbbeb435e;p=qemu-xen-4.6-testing.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 5fbd81285..c98aed1c6 100755 --- a/configure +++ b/configure @@ -249,7 +249,7 @@ source_path=`cd "$source_path"; pwd` check_define() { cat > $TMPC <