Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".
We should switch to nasm completely, though. svn-id: r16448
This commit is contained in:
parent
12c44e85de
commit
27bf2ad560
1 changed files with 3 additions and 1 deletions
4
configure
vendored
4
configure
vendored
|
@ -960,7 +960,9 @@ rm -f $TMPC $TMPO$EXEEXT
|
|||
#
|
||||
# Check for nasm
|
||||
#
|
||||
CheckNASM
|
||||
if test "$_have_x86" = yes ; then
|
||||
CheckNASM
|
||||
fi
|
||||
|
||||
if test "$_nasm" = yes ; then
|
||||
_def_nasm='#define USE_NASM'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue