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:
Eugene Sandulenko 2005-01-06 15:50:41 +00:00
parent 12c44e85de
commit 27bf2ad560

4
configure vendored
View file

@ -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'