From 1a16f2ae63fa1fad8d3069db100149eb6d236d82 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 7 Apr 2011 01:57:28 -0400 Subject: [PATCH] configure.ac: improve has_yasm test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 730b0d7b..692c8b02 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])