Commit 1a16f2ae63fa1fad8d3069db100149eb6d236d82

Jeff Garzik 2011-04-07T01:57:28

configure.ac: improve has_yasm test

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index 730b0d7..692c8b0 100644
--- a/configure.ac
+++ b/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])