Added a check for OpenGL

This commit is contained in:
masscat 2007-04-17 16:52:20 +00:00
parent dd9ffc732f
commit 27afb26309
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ else
HAVE_SDL="no"
fi
dnl - Check for the OpenGL includes
AC_CHECK_HEADERS([GL/gl.h])
AC_CHECK_HEADERS([GL/glu.h])
dnl - Check for GTK and/or libglade
AC_CHECK_TOOL(HAVE_PKG, pkg-config)
if test ! "x$HAVE_PKG" = "x" ; then