From 827b7c9e27e5321e4a4fb33b6571414139e21795 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 20 Mar 2001 14:51:47 +0000 Subject: [PATCH] [project @ 2001-03-20 14:51:47 by simonmar] remove unnecessary parens --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4