fixed mini-bug in log-output of wether or not we're in a 'release-build' of the client.

svn path=/trunk/boinc/; revision=8656
This commit is contained in:
Reinhard Prix 2005-10-11 22:37:38 +00:00
parent 991e165d3f
commit de9b33e7f2
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ SAH_CHECK_LIB([pthread],[pthread_join],[
CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"]) CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"])
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5 echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client}" = yes ); then if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client_release}" = yes ); then
echo "----------" echo "----------"
echo "NOTE: Building portable client binaries" echo "NOTE: Building portable client binaries"
echo "----------" echo "----------"