From 2a1a5f73ac0ade2fa654ae2e9857827493eab01d Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 Dec 2003 09:55:17 +0000 Subject: [PATCH] [project @ 2003-12-18 09:55:17 by simonmar] no_glu is spelled no_GLU, and similarly for no_GLUT --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4