1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +00:00

configure.ac: improve has_yasm test

This commit is contained in:
Jeff Garzik 2011-04-07 01:57:28 -04:00 committed by Jeff Garzik
parent 69529c3859
commit 1a16f2ae63

View File

@ -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])