From: sof Date: Mon, 13 Oct 2003 05:15:50 +0000 (+0000) Subject: [project @ 2003-10-13 05:15:50 by sof] X-Git-Tag: Approx_11550_changesets_converted~368 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b716bc2cb5cc1553b3dddd19a0037bb55cb740b4 [project @ 2003-10-13 05:15:50 by sof] oops, fix 'test' usage --- 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