From fd786e1aee5d3a0a304fccaa5cb6ae2cbbeb435e Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Wed, 23 Nov 2011 17:26:43 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5fbd81285f..c98aed1c64 100755 --- a/configure +++ b/configure @@ -249,7 +249,7 @@ source_path=`cd "$source_path"; pwd` check_define() { cat > $TMPC <