Update of /cvsroot/wxlua/wxLua/build/autoconf
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26499
Modified Files:
configure.ac
Log Message:
workaround wxMac bogus wxGLContext doing the test on wxGLCanvas instead
Index: configure.ac
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/autoconf/configure.ac,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** configure.ac 3 Jan 2007 23:10:02 -0000 1.39
--- configure.ac 27 Feb 2007 17:41:06 -0000 1.40
***************
*** 381,385 ****
AC_LINK_IFELSE([
AC_LANG_PROGRAM([#include <wx/glcanvas.h>],
! [wxGLContext dummy(NULL);])
],
[WXGL_PRESENCE=1], [WXGL_PRESENCE=0])
--- 381,385 ----
AC_LINK_IFELSE([
AC_LANG_PROGRAM([#include <wx/glcanvas.h>],
! [wxGLCanvas dummy(NULL);])
],
[WXGL_PRESENCE=1], [WXGL_PRESENCE=0])
|