From: Daniel Stenberg Date: Sun, 4 Aug 2013 08:28:26 +0000 (+0200) Subject: configure: don't error out on variable confusions, just warn X-Git-Tag: curl-7_32_0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b27703b5f525eccdc0a8409f51de8595c75132a;p=thirdparty%2Fcurl.git configure: don't error out on variable confusions, just warn --- diff --git a/m4/xc-val-flgs.m4 b/m4/xc-val-flgs.m4 index 36b432c93b..61098e009e 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_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 ])