Make dependency on HSX *optional*. Use ./configure --enable-hsx to use it
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user