X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=3b8c7f27642b0177016cf424573a2454314acfae;hb=d057547c59914c33c484f8f8feecef56497c86b1;hp=f41542964a3b67e3e568b80060bd602abd0181ca;hpb=781a72d5ad167f1eb4414efc2320bfc8aa8288da;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index f415429..3b8c7f2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -732,9 +732,9 @@ 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) + AC_DEFINE_UNQUOTED(AC_TYPE_NAME, $AC_CV_NAME, [Define to Haskell type for $1]) else AC_MSG_RESULT([not supported]) fi