From f855b7b9c9005e30c953fe41594b2b01a4f08d07 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 17 Jan 2010 19:05:53 +0000 Subject: configure: pass extra flags to check_cpp from check_cpp_condition Originally committed as revision 21265 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 04d51aee92..268e9103eb 100755 --- a/configure +++ b/configure @@ -683,7 +683,8 @@ check_cpp_condition(){ log check_cpp_condition "$@" header=$1 condition=$2 - check_cpp < #if !($condition) #error "unsatisfied condition: $condition" -- cgit v1.2.3