*** empty log message ***

svn path=/trunk/boinc/; revision=6035
This commit is contained in:
Rom Walton 2005-05-05 06:33:17 +00:00
parent de6cc8f23c
commit b9d9f07bf2
2 changed files with 10 additions and 4 deletions

View File

@ -6113,3 +6113,9 @@ David 4 May 2005
black.css black.css
style.css style.css
style-black.css style-black.css
Rom 4 May 2005
- Update the minimum wxWidgets version we support to 2.6.0.
/
configure.ac

View File

@ -362,9 +362,9 @@ AM_OPTIONS_WXCONFIG
dnl check for wxWidgets dnl check for wxWidgets
if test "${enable_debug}" = yes ; then 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 else
AM_PATH_WXCONFIG([2.3.4], [wxWin=1], [wxWin=0]) AM_PATH_WXCONFIG([2.6.0], [wxWin=1], [wxWin=0])
fi fi
if ( test "${enable_client}" = yes ) && ( test "$wxWin" != 1 ); then 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 If wxWidgets is installed on your system, please check that wx-config is
in the path, that the directory where wxWidgets libraries are installed in the path, that the directory where wxWidgets libraries are installed
(returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH (or equivalent), (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 and that wxWidgets version is 2.6.0 or above. Currently wxWidgets version
2.4.2 (gtk based) is known to work with boinc_gui under Linux. You can 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. use wx-config --version to find what version you have currently installed.
You can get wxWidgets by following the DOWNLOAD link at: You can get wxWidgets by following the DOWNLOAD link at: