mirror of https://github.com/BOINC/boinc.git
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:
parent
991e165d3f
commit
de9b33e7f2
|
@ -537,7 +537,7 @@ SAH_CHECK_LIB([pthread],[pthread_join],[
|
|||
CLIENTLIBS="${CLIENTLIBS} ${sah_lib_last}"])
|
||||
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 "NOTE: Building portable client binaries"
|
||||
echo "----------"
|
||||
|
|
Loading…
Reference in New Issue