Browse Source

configure.ac: improve has_yasm test

Jeff Garzik 15 years ago
parent
commit
1a16f2ae63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

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