Commit 1fe391a1 authored by mru's avatar mru

Use CFLAGS in check_cpp

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19414 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b9d9e1cf
......@@ -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(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment