From 4b8f13e902abe1fcbf4052a598b4bde2d3233635 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 10 Oct 2008 00:07:41 +0000 Subject: Add debug tracing for COMPILER_WORKS_IFELSE --- m4/curl-compilers.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'm4/curl-compilers.m4') diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index 71e6ea495..60e0c98f7 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -334,6 +334,9 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [ tmp_compiler_works="yes" ],[ tmp_compiler_works="no" + echo " " >&6 + sed 's/^/cc-fail> /' conftest.err >&6 + echo " " >&6 ]) dnl linking capability verification if test "$tmp_compiler_works" = "yes"; then @@ -347,6 +350,9 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [ tmp_compiler_works="yes" ],[ tmp_compiler_works="no" + echo " " >&6 + sed 's/^/ln-fail> /' conftest.err >&6 + echo " " >&6 ]) fi dnl only do runtime verification when not cross-compiling @@ -365,6 +371,9 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [ tmp_compiler_works="yes" ],[ tmp_compiler_works="no" + echo " " >&6 + echo "rn-fail test program exited with status $ac_status" >&6 + echo " " >&6 ]) fi dnl branch upon test result -- cgit v1.2.3