Revert "configure: don't error out on variable confusions, just warn"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2013 07:28:44 +0000 (09:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Aug 2013 07:28:44 +0000 (09:28 +0200)
This reverts commit 6b27703b5f525eccdc0a8409f51de8595c75132a.

m4/xc-val-flgs.m4

index 61098e0..36b432c 100644 (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
 ])