X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=a3eb22ccc0a8b0ff3ae2449efda8d720a8a7d10a;hb=46237e9cb6d7d71f2097445fbe60fa2d295b2b1e;hp=df9e0d27abe3b8d21f1ed7bcd5733cc61534af9b;hpb=547c57b7394489a627f1433fda160b180b5214b4;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index df9e0d2..a3eb22c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -397,27 +397,6 @@ LIBM=@LIBM@ # GhcLibsWithObjectIO=@GhcLibsWithObjectIO@ -# Build the Haskell OpenGL binding? -# -GhcLibsWithOpenGL=@GhcLibsWithOpenGL@ -GLU_CFLAGS=@GLU_CFLAGS@ -GLU_LIBS=@GLU_LIBS@ - -# Build the Haskell OpenAL binding? -# -GhcLibsWithOpenAL=@GhcLibsWithOpenAL@ - -# Build the Haskell GLUT binding? -# -GhcLibsWithGLUT=@GhcLibsWithGLUT@ -GLUT_LIBS=@GLUT_LIBS@ - -# X11 stuff -# -GhcLibsWithX11=@GhcLibsWithX11@ -X_CFLAGS=@X_CFLAGS@ -X_LIBS=@X_LIBS@ - # .NET interop support? # DotnetSupport=@DotnetSupport@