diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |