From 9e7f32775c3c6317f2e1ddf92e7a9c55449b3418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 12 Jul 2009 14:13:32 +0000 Subject: [PATCH] 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(){