From 52cb607ea9414f93add8e32dca4dab8d2dfe5b38 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 16 Apr 2005 13:24:35 +0000 Subject: [PATCH] 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 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index cb93737852..9d7d9884eb 100755 --- 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 diff --git a/configure.in b/configure.in index cd5b7b5e8f..3716a8cb86 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2