Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-30 20:48:06 +0000
committerStijn Buys <ingar@osirion.org>2008-08-30 20:48:06 +0000
commit57837b0236bdebd7a1032245c64b1bc459f96d62 (patch)
treed9731122b3d28a3de206aec772af3bcbdeeb66b0 /configure.in
parent084dd555366c326b7ee18515bcb282a8f4eb394a (diff)
dedicated server ncurses console updates
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
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"