mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
2006-06-14 Matthew Allum <mallum@openedhand.com>
* configure.ac: Add checks for GL/gl.h and GL/glx.h
This commit is contained in:
parent
7b1945eb84
commit
7639872f5f
@ -1,3 +1,8 @@
|
||||
2006-06-14 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* configure.ac:
|
||||
Add checks for GL/gl.h and GL/glx.h
|
||||
|
||||
2006-06-14 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* AUTHORS:
|
||||
|
@ -73,6 +73,9 @@ then
|
||||
AC_DEFINE([XTHREADS], [], [1])
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADERS([GL/gl.h GL/glx.h],,
|
||||
[AC_MSG_ERROR([Unable to locate required GL headers])])
|
||||
|
||||
AC_CHECK_LIB(GL, glXCreateContext, HAVE_LIBGL=yes, HAVE_LIBGL=no)
|
||||
|
||||
if test "x$HAVE_LIBGL" = "xno"; then
|
||||
|
Loading…
Reference in New Issue
Block a user