Hi, there's a Linuxism in hugs98-Dec2001/src/unix/configure:

if (test "`basename ${YACC}`x" == "byaccx"); then
   echo "Found 'byacc', but the Hugs98 parser is incompatible with it."

The test should be one simple "=" for string equality. This will make
configure trip e.g. on FreeBSD (though it'll do no harm -- yet).

Regards,
  Volker
-- 
plonk :: m a -> m ()
http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to