From: panne Date: Tue, 1 Jul 2003 11:21:59 +0000 (+0000) Subject: [project @ 2003-07-01 11:21:57 by panne] X-Git-Tag: Approx_11550_changesets_converted~717 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ab81cb706aa98357f7da20a8bdd6f44b8be61d62 [project @ 2003-07-01 11:21:57 by panne] Tweaked help strings for --enable-objectio and --enable-hopengl options. --- diff --git a/configure.in b/configure.in index 12ebf1e..0ded184 100644 --- a/configure.in +++ b/configure.in @@ -523,7 +523,6 @@ dnl -------------------------------------------------------------- AC_ARG_ENABLE(objectio, [ --enable-objectio Build ObjectIO, a portable GUI library for Haskell. - (This option is only relevant when libraries are built.) ], [GhcLibsWithObjectIO=YES], [GhcLibsWithObjectIO=NO] @@ -534,8 +533,7 @@ dnl ** Enable the building of the OpenGL/GLUT binding in hslibs? dnl -------------------------------------------------------------- AC_ARG_ENABLE(hopengl, [ --enable-hopengl - Build HOpenGL, a Haskell binding for OpenGL/GLUT, too. - (NOTE: Work in progress, currently only GLUT is supported!) + Build HOpenGL, a Haskell binding for OpenGL/GLUT. ], [GhcLibsWithHOpenGL=YES], [GhcLibsWithHOpenGL=NO] diff --git a/ghc/configure.in b/ghc/configure.in index 38595bf..e9c9f95 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -24,7 +24,6 @@ dnl Uncomment links to ObjectIO docs if necessary AC_ARG_ENABLE(objectio, [ --enable-objectio Build ObjectIO, a portable GUI library for Haskell. - (This option is only relevant when libraries are built.) ], [ ObjectIOHTMLStart="" @@ -42,8 +41,7 @@ AC_SUBST(ObjectIOHTMLEnd) dnl Uncomment links to HOpenGL docs if necessary AC_ARG_ENABLE(hopengl, [ --enable-hopengl - Build HOpenGL, a Haskell binding for OpenGL/GLUT, too. - (NOTE: Work in progress, currently only GLUT is supported!) + Build HOpenGL, a Haskell binding for OpenGL/GLUT. ], [ HOpenGLHTMLStart=""