Browse Source

configure.ac: improve has_yasm test

nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
1a16f2ae63
  1. 2
      configure.ac

2
configure.ac

@ -72,7 +72,7 @@ else
has_yasm=false has_yasm=false
fi fi
fi fi
if test "x$has_yasm" != "x" ; then if test "x$has_yasm" == "xtrue" ; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])

Loading…
Cancel
Save