diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-05 09:28:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-05 09:28:44 +0200 |
commit | 8fe8fd2b17291b995e2cc1671a1303d6a15d4cb4 (patch) | |
tree | 464cd0d186edd054dba77f191c45ca02206b7077 /m4 | |
parent | 0ddc678927eaa127efc457535858c19e791a5339 (diff) | |
download | curl-8fe8fd2b17291b995e2cc1671a1303d6a15d4cb4.tar.gz |
Revert "configure: don't error out on variable confusions, just warn"
This reverts commit 6b27703b5f525eccdc0a8409f51de8595c75132a.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xc-val-flgs.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xc-val-flgs.m4 b/m4/xc-val-flgs.m4 index 61098e009..36b432c93 100644 --- a/m4/xc-val-flgs.m4 +++ b/m4/xc-val-flgs.m4 @@ -209,7 +209,7 @@ AC_DEFUN([XC_CHECK_USER_FLAGS], [ test $xc_bad_var_cflags = yes || test $xc_bad_var_ldflags = yes || test $xc_bad_var_cppflags = yes; then - AC_MSG_WARN([One or more of these variables may cause build problems!]) + AC_MSG_ERROR([Can not continue. Fix errors mentioned immediately above this line.]) fi ]) |