[project @ 2001-03-20 14:51:47 by simonmar]
authorsimonmar <unknown>
Tue, 20 Mar 2001 14:51:47 +0000 (14:51 +0000)
committersimonmar <unknown>
Tue, 20 Mar 2001 14:51:47 +0000 (14:51 +0000)
remove unnecessary parens

configure.in

index 5158551..384fd5f 100644 (file)
@@ -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;