From b716bc2cb5cc1553b3dddd19a0037bb55cb740b4 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 13 Oct 2003 05:15:50 +0000 Subject: [PATCH] [project @ 2003-10-13 05:15:50 by sof] oops, fix 'test' usage --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index f415429..c7ef8e7 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -732,7 +732,7 @@ main() { }],AC_CV_NAME=`cat conftestval`, ifelse([$2], , [AC_CV_NAME=NotReallyAType; AC_CV_NAME_supported=no], AC_CV_NAME=$2), ifelse([$3], , [AC_CV_NAME=NotReallyATypeCross; AC_CV_NAME_supported=no], AC_CV_NAME=$3))]) dnl -if test "$AC_CV_NAME_supported" == yes; then +if test "$AC_CV_NAME_supported" = yes; then AC_MSG_RESULT($AC_CV_NAME) AC_DEFINE_UNQUOTED(AC_TYPE_NAME, $AC_CV_NAME) else -- 1.7.10.4