comparison configure @ 31727:94ba361e1766

Refuse to compile without yasm unless it was explicitly requested.
author reimar
date Sun, 25 Jul 2010 08:40:45 +0000
parents 9c9d8fe59b53
children 971b1ce234cd
comparison
equal deleted inserted replaced
31726:8adcdb0b8ef6 31727:94ba361e1766
2719 else 2719 else
2720 warn_cflags=yes 2720 warn_cflags=yes
2721 fi 2721 fi
2722 2722
2723 echo "pabsw xmm0, xmm0" > $TMPS 2723 echo "pabsw xmm0, xmm0" > $TMPS
2724 yasm_check || _yasm="" 2724 if test "$_yasm" ; then
2725 yasm_check || die "yasm not found, use --yasm='' if you really want to compile without"
2726 fi
2725 if test $_yasm ; then 2727 if test $_yasm ; then
2726 def_yasm='#define HAVE_YASM 1' 2728 def_yasm='#define HAVE_YASM 1'
2727 have_yasm="yes" 2729 have_yasm="yes"
2728 echores "$_yasm" 2730 echores "$_yasm"
2729 else 2731 else