Fixes to compile with 6.5

This commit is contained in:
dons
2005-08-19 00:52:51 +00:00
parent bf228280e3
commit 6c122b67c4
5 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ AC_ARG_WITH(ghc,
fi
]
)
AC_DEFINE_UNQUOTED(WITH_GHC, $GHC, [Which ghc to use])
AC_DEFINE_UNQUOTED(WITH_GHC, "$GHC", [Which ghc to use])
AC_SUBST(GHC)
# Work out value of __GLASGOW_HASKELL__