Added a check for OpenGL
This commit is contained in:
parent
dd9ffc732f
commit
27afb26309
|
@ -44,6 +44,10 @@ else
|
||||||
HAVE_SDL="no"
|
HAVE_SDL="no"
|
||||||
fi
|
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
|
dnl - Check for GTK and/or libglade
|
||||||
AC_CHECK_TOOL(HAVE_PKG, pkg-config)
|
AC_CHECK_TOOL(HAVE_PKG, pkg-config)
|
||||||
if test ! "x$HAVE_PKG" = "x" ; then
|
if test ! "x$HAVE_PKG" = "x" ; then
|
||||||
|
|
Loading…
Reference in New Issue