aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-19 23:50:18 +0000
committerYang Tse <yangsita@gmail.com>2008-10-19 23:50:18 +0000
commit8d0cbaf8df1544d288131eb47a04ff0aefd88f16 (patch)
treebef0f4cc69139009a69a916bada320956399744d /m4/curl-compilers.m4
parentb843c27322937b31879a12b6f37f71f630638753 (diff)
messages initially intended only for debug purposes, now become permanent
since these are extremely useful when compiler rejects a set of options.
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 1b19c59c3..36d8d2774 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -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