Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
827b7c9e
Commit
827b7c9e
authored
Mar 20, 2001
by
simonmar
Browse files
[project @ 2001-03-20 14:51:47 by simonmar]
remove unnecessary parens
parent
dae4e17c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
827b7c9e
...
...
@@ -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;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment