diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' |