Revert "configure: don't error out on variable confusions, just warn"

This reverts commit 6b27703b5f.
This commit is contained in:
Daniel Stenberg 2013-08-05 09:28:44 +02:00
parent 0ddc678927
commit 8fe8fd2b17
1 changed files with 1 additions and 1 deletions

View File

@ -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
])