From 590bcdf9505833709443a4145373881821b0c259 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 11 Jul 2005 07:01:18 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6592 --- m4/sah_staticize_ldflags.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/sah_staticize_ldflags.m4 b/m4/sah_staticize_ldflags.m4 index e3f9b4c334..93ddcd7803 100644 --- a/m4/sah_staticize_ldflags.m4 +++ b/m4/sah_staticize_ldflags.m4 @@ -2,7 +2,7 @@ AC_DEFUN([SAH_STATICIZE_LDFLAGS],[ STATIC_LIB_LIST="${STATIC_LIB_LIST} $3" liblist=`echo $1 | $AWK '{for (i=1;i<(NF+1);i++) {print $[]i;}}' | grep -v "Wl,[sd]" ` ssl_sah_save_libs="${LIBS}" - echo "DEBUG: before mangling $2:$1" + echo "DEBUG: before mangling $2:$1" >&5 sah_outputlibs= for somelib in ${liblist}; do # look for the -l to find the libraries @@ -34,7 +34,7 @@ AC_DEFUN([SAH_STATICIZE_LDFLAGS],[ fi fi done - echo "DEBUG: final link-line for $2:${sah_outputlibs}" + echo "DEBUG: final link-line for $2:${sah_outputlibs}" >&5 $2=${sah_outputlibs} LIBS="${ssl_sah_save_libs}" ])