configure: don't error out on variable confusions, just warn
authorDaniel Stenberg <daniel@haxx.se>
Sun, 4 Aug 2013 08:28:26 +0000 (10:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 4 Aug 2013 08:28:26 +0000 (10:28 +0200)
m4/xc-val-flgs.m4

index 36b432c..61098e0 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_ERROR([Can not continue. Fix errors mentioned immediately above this line.])
+     AC_MSG_WARN([One or more of these variables may cause build problems!])
   fi
 ])