From: simonmar Date: Mon, 16 Aug 2004 09:31:50 +0000 (+0000) Subject: [project @ 2004-08-16 09:31:50 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1734 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=428d3450363d94b7a0dc3829aad40c966d455961;p=ghc-hetmet.git [project @ 2004-08-16 09:31:50 by simonmar] #ifdefery to work around change in name of config.h. --- diff --git a/ghc/utils/runghc/runghc.hs b/ghc/utils/runghc/runghc.hs index 8adf9e9..be04cdf 100644 --- a/ghc/utils/runghc/runghc.hs +++ b/ghc/utils/runghc/runghc.hs @@ -1,5 +1,9 @@ {-# OPTIONS -cpp -fffi #-} +#if __GLASGOW_HASKELL__ < 603 #include "config.h" +#else +#include "ghcconfig.h" +#endif ----------------------------------------------------------------------------- -- -- (c) The University of Glasgow, 2004