[project @ 2003-12-18 09:55:17 by simonmar]
authorsimonmar <unknown>
Thu, 18 Dec 2003 09:55:17 +0000 (09:55 +0000)
committersimonmar <unknown>
Thu, 18 Dec 2003 09:55:17 +0000 (09:55 +0000)
no_glu is spelled no_GLU, and similarly for no_GLUT

configure.ac

index af3a1fa..423c4e0 100644 (file)
@@ -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