X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fcoding-style.html;fp=docs%2Fcoding-style.html;h=af744ebe2b54d5b91558ee6c9e94325bb04a560f;hb=81cb7610337b33508066dd400cd371ff6033c987;hp=250ab88c3d91bc73dd888876a269367208c17e8b;hpb=145a2b79015c5ba601e9a87ea51afba5b5d2199b;p=ghc-hetmet.git diff --git a/docs/coding-style.html b/docs/coding-style.html index 250ab88..af744eb 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -164,7 +164,7 @@ Avoid conditional code like this: #endif -Instead, add an appropriate test to the configure.in script and use +Instead, add an appropriate test to the configure.ac script and use the result of that test instead.