From de9b33e7f27b5e5d8fb6e001fd016fe3703cde32 Mon Sep 17 00:00:00 2001 From: Reinhard Prix Date: Tue, 11 Oct 2005 22:37:38 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e69fcc694..642bec4d77 100644 --- a/configure.ac +++ b/configure.ac @@ -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 "----------"