aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 6a4a52e8a7..c411e4cb0b 100755
--- a/configure
+++ b/configure
@@ -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'