From 9e7f32775c3c6317f2e1ddf92e7a9c55449b3418 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 12 Jul 2009 14:13:32 +0000 Subject: Use CFLAGS in check_cpp Originally committed as revision 19414 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ -- cgit v1.2.3