diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2013-09-24 11:38:45 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2013-09-24 11:38:45 +0000 |
commit | d4bf7a3853dab12c11cbfc8088fd76f548a8d017 (patch) | |
tree | a478ac770bd7b06248d51feda81d8689b98c1b6e /configure | |
parent | ecf0fcd2b17ccc71b2a7b5849c1416aeb48a9390 (diff) | |
download | external_llvm-d4bf7a3853dab12c11cbfc8088fd76f548a8d017.zip external_llvm-d4bf7a3853dab12c11cbfc8088fd76f548a8d017.tar.gz external_llvm-d4bf7a3853dab12c11cbfc8088fd76f548a8d017.tar.bz2 |
Remove error output from configure if CFLAGS is set (r174313).
This fixes PR16724.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1992,8 +1992,8 @@ echo "$as_me: error: Already configured in ${srcdir}" >&2;} fi fi -${CFLAGS=} -${CXXFLAGS=} +: ${CFLAGS=} +: ${CXXFLAGS=} ac_ext=c ac_cpp='$CPP $CPPFLAGS' |