]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed back DEFAULT_wxUSE_OPENGL to no so configure no longer completely
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 16 Apr 2005 13:24:35 +0000 (13:24 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 16 Apr 2005 13:24:35 +0000 (13:24 +0000)
        breaks on platforms without OpenGL support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index cb93737852b03bc24389519e464f211b70944f30..9d7d9884ebab77589c601a479b1cfc4430a59f93 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index cd5b7b5e8ff6e46c876d44cf9be4b45123dbf72b..3716a8cb86317957dfcbcb113fc7d415a9a85f50 100644 (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