Changed back DEFAULT_wxUSE_OPENGL to no so configure no longer completely

breaks on platforms without OpenGL support.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2005-04-16 13:24:35 +00:00
parent 51c4bf8854
commit 52cb607ea9
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -2266,7 +2266,7 @@ else
DEFAULT_wxUSE_LIBSDL=no
DEFAULT_wxUSE_LIBGNOMEPRINT=yes
DEFAULT_wxUSE_ODBC=no
DEFAULT_wxUSE_OPENGL=yes
DEFAULT_wxUSE_OPENGL=no
DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
DEFAULT_wxUSE_STACKWALKER=yes

View File

@ -611,7 +611,7 @@ else
DEFAULT_wxUSE_LIBSDL=no
DEFAULT_wxUSE_LIBGNOMEPRINT=yes
DEFAULT_wxUSE_ODBC=no
DEFAULT_wxUSE_OPENGL=yes
DEFAULT_wxUSE_OPENGL=no
DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
DEFAULT_wxUSE_STACKWALKER=yes