From: simonmar Date: Tue, 20 Mar 2001 14:51:47 +0000 (+0000) Subject: [project @ 2001-03-20 14:51:47 by simonmar] X-Git-Tag: Approximately_9120_patches~2361 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=827b7c9e27e5321e4a4fb33b6571414139e21795;p=ghc-hetmet.git [project @ 2001-03-20 14:51:47 by simonmar] remove unnecessary parens --- diff --git a/configure.in b/configure.in index 5158551..384fd5f 100644 --- a/configure.in +++ b/configure.in @@ -582,7 +582,7 @@ AC_SUBST(CompressSuffix) dnl ** check for installed happy binary + version dnl (don't do it if we're booting from .hc files though.) -if (test "$BootingFromHc" = "NO"); then +if test "$BootingFromHc" = "NO"; then FPTOOLS_HAPPY fi;