Make dependency on HSX *optional*. Use ./configure --enable-hsx to use it

This commit is contained in:
Don Stewart
2005-08-19 01:43:17 +00:00
parent 9d68153395
commit e59c59d3ea
7 changed files with 78 additions and 34 deletions

View File

@ -39,5 +39,8 @@
/* Which ghc to use */
#undef WITH_GHC
/* Defined if hs-plugins is to be built with Niklas Broberg's HSX parser */
#undef WITH_HSX
/* Defined if compiling with mingw */
#undef __MINGW32__