From b3f911f385378fcaeceb7b4f438363aa9ddde236 Mon Sep 17 00:00:00 2001 From: iive Date: Tue, 31 May 2011 21:15:14 +0000 Subject: configure: add an initial check to verify compiler works at all git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33533 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 6d54e95f78..f11d96f41f 100755 --- a/configure +++ b/configure @@ -1449,6 +1449,10 @@ else fi # icc test "$cc_fail" = yes && die "unsupported compiler version" +echocheck "working compiler" +cflag_check "" || die "Compiler is not functioning correctly. Check your installation and custom CFLAGS $CFLAGS ." +echo "yes" + if test -z "$_target" && x86 ; then cat > $TMPC << EOF int main(void) { -- cgit v1.2.3