From 57837b0236bdebd7a1032245c64b1bc459f96d62 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 30 Aug 2008 20:48:06 +0000 Subject: dedicated server ncurses console updates --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 380569d..0712f47 100644 --- a/configure.in +++ b/configure.in @@ -182,10 +182,10 @@ else AC_MSG_ERROR([OpenGL include file GL/gl.h not found]) ) - AC_CHECK_HEADER(GL/glext.h, - HAVE_OPENGL_GLEXT=yes - AC_DEFINE(HAVE_OPENGL_GLEXT, 1, [Define this if you have OpenGL Extensions]), - AC_MSG_ERROR([OpenGL include file GL/glext.h not found]) + AC_CHECK_HEADER(GL/glu.h, + HAVE_OPENGL_GLU=yes + AC_DEFINE(HAVE_OPENGL_GLU, 1, [Define this if you have GLU]), + AC_MSG_ERROR([OpenGL include file GL/glu.h not found]) ) GL_LIBS="$HOST_GL_LIBS" -- cgit v1.2.3