summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-04 10:28:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-04 10:28:26 +0200
commit6b27703b5f525eccdc0a8409f51de8595c75132a (patch)
tree8117200f7ce8cf9cf6dc3cee6126d54c5d0ffec2
parent045ccb59a45fa55991d72359943e01177afaf40b (diff)
downloadgnurl-6b27703b5f525eccdc0a8409f51de8595c75132a.tar.gz
gnurl-6b27703b5f525eccdc0a8409f51de8595c75132a.tar.bz2
gnurl-6b27703b5f525eccdc0a8409f51de8595c75132a.zip
configure: don't error out on variable confusions, just warn
-rw-r--r--m4/xc-val-flgs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xc-val-flgs.m4 b/m4/xc-val-flgs.m4
index 36b432c93..61098e009 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
])