*** empty log message ***

svn path=/trunk/boinc/; revision=5204
This commit is contained in:
Rom Walton 2005-01-25 02:18:33 +00:00
parent 966295fa48
commit f8fbbb7132
2 changed files with 9 additions and 2 deletions

View File

@ -23224,8 +23224,15 @@ David 24 Jan 2005
lib/
error_numbers.h
Rom 20 Jan 2005 (boinc)
Rom 24 Jan 2005 (boinc)
- Tag for 4.62 release, all platforms
boinc_core_release_4_62
NOTE: 4.61 was eaten up in setup testing.
Rom 24 Jan 2005
- Modify configure.ac so that I can try and build the client and
clientgui with the static stdc++ library.
/
configure.ac

View File

@ -330,7 +330,7 @@ AC_ARG_ENABLE([linux-release], AS_HELP_STRING([--enable-linux-release],
dnl Some platform specific settings
case $target in
*linux*)
*linux* | *sun* )
if ( test "${enable_linux_release}" = yes ) && ( test "${enable_client}" != yes ); then
AC_MSG_WARN([--enable-linux-release ignored.
--------------------------------------------------