summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorpanne <unknown>2003-07-01 11:21:59 +0000
committerpanne <unknown>2003-07-01 11:21:59 +0000
commitab81cb706aa98357f7da20a8bdd6f44b8be61d62 (patch)
treec0b2f7b2c959021385c02263d624c22480f28a72 /configure.in
parent5a4644a14fe3d2ae323f66696f3ba8d453099584 (diff)
downloadhaskell-ab81cb706aa98357f7da20a8bdd6f44b8be61d62.tar.gz
[project @ 2003-07-01 11:21:57 by panne]
Tweaked help strings for --enable-objectio and --enable-hopengl options.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 12ebf1edfe..0ded18448e 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]