From b9d9f07bf2528c0a95eeab6d49b2a42ab49d59e0 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 5 May 2005 06:33:17 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6035 --- checkin_notes | 6 ++++++ configure.ac | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index 7d623490bd..2b89951575 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6113,3 +6113,9 @@ David 4 May 2005 black.css style.css style-black.css + +Rom 4 May 2005 + - Update the minimum wxWidgets version we support to 2.6.0. + + / + configure.ac diff --git a/configure.ac b/configure.ac index 1359d87de2..500e37446c 100644 --- a/configure.ac +++ b/configure.ac @@ -362,9 +362,9 @@ AM_OPTIONS_WXCONFIG dnl check for wxWidgets if test "${enable_debug}" = yes ; then - AM_PATH_WXCONFIG([2.3.4], [wxWin=1], [wxWin=0], --debug) + AM_PATH_WXCONFIG([2.6.0], [wxWin=1], [wxWin=0], --debug) else - AM_PATH_WXCONFIG([2.3.4], [wxWin=1], [wxWin=0]) + AM_PATH_WXCONFIG([2.6.0], [wxWin=1], [wxWin=0]) fi if ( test "${enable_client}" = yes ) && ( test "$wxWin" != 1 ); then @@ -377,8 +377,8 @@ WARNING: wxWidgets could not be found ==> building client without clientgui. If wxWidgets is installed on your system, please check that wx-config is in the path, that the directory where wxWidgets libraries are installed (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH (or equivalent), - and that wxWidgets version is 2.3.4 or above. Currently wxWidgets version - 2.4.2 (gtk based) is known to work with boinc_gui under Linux. You can + and that wxWidgets version is 2.6.0 or above. Currently wxWidgets version + 2.6.0 (gtk based) is known to work with boinc_gui under Linux. You can use wx-config --version to find what version you have currently installed. You can get wxWidgets by following the DOWNLOAD link at: