summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-12 14:13:32 +0000
committerMåns Rullgård <mans@mansr.com>2009-07-12 14:13:32 +0000
commit9e7f32775c3c6317f2e1ddf92e7a9c55449b3418 (patch)
treedfd710c3c2f2f4221b3fd71b04870569934860cb
parent75bafbac7b84ba6e61dbb3aba6de9484ea3d8a99 (diff)
Use CFLAGS in check_cpp
Originally committed as revision 19414 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 244d272fff..d681724375 100755
--- a/configure
+++ b/configure
@@ -548,7 +548,7 @@ check_cpp(){
log check_cpp "$@"
cat > $TMPC
log_file $TMPC
- check_cmd $cc $CPPFLAGS "$@" -E -o $TMPO $TMPC
+ check_cmd $cc $CPPFLAGS $CFLAGS "$@" -E -o $TMPO $TMPC
}
check_as(){