[project @ 2003-12-02 19:16:41 by panne]
[ghc-hetmet.git] / mk / config.mk.in
index caa2da5..daf0b4d 100644 (file)
@@ -397,6 +397,10 @@ GhcLibsWithOpenGL=@GhcLibsWithOpenGL@
 GL_CFLAGS=@GL_CFLAGS@
 GL_LIBS=@GL_LIBS@
 
+# Build the Haskell OpenAL binding?
+#
+GhcLibsWithOpenAL=@GhcLibsWithOpenAL@
+
 # Build the Haskell GLUT binding?
 #
 GhcLibsWithGLUT=@GhcLibsWithGLUT@
@@ -759,7 +763,6 @@ HavePosixRegex  = @HavePosixRegex@
 # GTK+
 
 GTK_CONFIG             = @GTK_CONFIG@
-GTK_VERSION            = @GTK_VERSION@
 
 #-----------------------------------------------------------------------------
 # Flex (currently unused, could be moved to glafp-utils)