Skip to content
Snippets Groups Projects
Commit 8d0cbaf8 authored by Yang Tse's avatar Yang Tse
Browse files

messages initially intended only for debug purposes, now become permanent

since these are extremely useful when compiler rejects a set of options.
parent b843c273
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 35
# serial 38
dnl CARES_CHECK_COMPILER
......@@ -432,7 +432,7 @@ AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
sed 's/^/cc-fail> /' conftest.err >&6
sed 's/^/cc-fail: /' conftest.err >&6
echo " " >&6
])
dnl linking capability verification
......@@ -448,7 +448,7 @@ AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
sed 's/^/ln-fail> /' conftest.err >&6
sed 's/^/link-fail: /' conftest.err >&6
echo " " >&6
])
fi
......@@ -469,7 +469,7 @@ AC_DEFUN([CARES_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
echo "rn-fail test program exited with status $ac_status" >&6
echo "run-fail: test program exited with status $ac_status" >&6
echo " " >&6
])
fi
......
......@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 34
# serial 37
dnl CURL_CHECK_COMPILER
......@@ -438,7 +438,7 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
sed 's/^/cc-fail> /' conftest.err >&6
sed 's/^/cc-fail: /' conftest.err >&6
echo " " >&6
])
dnl linking capability verification
......@@ -454,7 +454,7 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
sed 's/^/ln-fail> /' conftest.err >&6
sed 's/^/link-fail: /' conftest.err >&6
echo " " >&6
])
fi
......@@ -475,7 +475,7 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [
],[
tmp_compiler_works="no"
echo " " >&6
echo "rn-fail test program exited with status $ac_status" >&6
echo "run-fail: test program exited with status $ac_status" >&6
echo " " >&6
])
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment