X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=afd294103e9e51d48321c6b4d95fe164115dfa25;hb=7473349e010c1f8f5d78afbe2b7c66345818406c;hp=caa2da5d29333326a88bd4c758156c9e8f9a1150;hpb=8d0627cd285e773e9c40491a94d8b21e5f2db1fc;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index caa2da5..afd2941 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -394,8 +394,12 @@ GhcLibsWithObjectIO=@GhcLibsWithObjectIO@ # Build the Haskell OpenGL binding? # GhcLibsWithOpenGL=@GhcLibsWithOpenGL@ -GL_CFLAGS=@GL_CFLAGS@ -GL_LIBS=@GL_LIBS@ +GLU_CFLAGS=@GLU_CFLAGS@ +GLU_LIBS=@GLU_LIBS@ + +# Build the Haskell OpenAL binding? +# +GhcLibsWithOpenAL=@GhcLibsWithOpenAL@ # Build the Haskell GLUT binding? # @@ -759,7 +763,6 @@ HavePosixRegex = @HavePosixRegex@ # GTK+ GTK_CONFIG = @GTK_CONFIG@ -GTK_VERSION = @GTK_VERSION@ #----------------------------------------------------------------------------- # Flex (currently unused, could be moved to glafp-utils) @@ -923,6 +926,10 @@ HAPPY_VERSION = @HappyVersion@ # GHC_HAPPY_OPTS = -agc +# Temp. to work around performance problems in the HEAD around 8/12/2003, +# A Happy compiled with this compiler needs more stack. +SRC_HAPPY_OPTS = +RTS -K2m -RTS + # # Alex #