From: simonmar Date: Thu, 18 Dec 2003 09:55:17 +0000 (+0000) Subject: [project @ 2003-12-18 09:55:17 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~178 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2a1a5f73ac0ade2fa654ae2e9857827493eab01d;p=ghc-hetmet.git [project @ 2003-12-18 09:55:17 by simonmar] no_glu is spelled no_GLU, and similarly for no_GLUT --- diff --git a/configure.ac b/configure.ac index af3a1fa..423c4e0 100644 --- a/configure.ac +++ b/configure.ac @@ -864,14 +864,14 @@ AC_CHECK_HEADERS(windows.h) dnl ** check for OpenGL/GLUT include paths and libraries FP_CHECK_GLUT -if test x"$no_glu" = xyes; then +if test x"$no_GLU" = xyes; then GhcLibsWithOpenGL=NO else GhcLibsWithOpenGL=YES fi AC_SUBST([GhcLibsWithOpenGL]) -if test x"$no_glut" = xyes; then +if test x"$no_GLUT" = xyes; then GhcLibsWithGLUT=NO else GhcLibsWithGLUT=YES