From d46a5759a42e65b083656339f40bcb262ab3a762 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Sat, 28 Feb 2009 20:31:09 +0000 Subject: [PATCH] Removed a couple of debugging statements. svn path=/trunk/boinc/; revision=17414 --- m4/sah_check_lib.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/m4/sah_check_lib.m4 b/m4/sah_check_lib.m4 index 8dd3a3e13e..0adf1d75dd 100644 --- a/m4/sah_check_lib.m4 +++ b/m4/sah_check_lib.m4 @@ -154,7 +154,6 @@ AC_CACHE_CHECK([$tmp_msg], sah_static_checklibs="lib$1.${LIBEXT} $1.${LIBEXT} -l$1" fi if test "${using_libtool}" = "yes" ; then - echo ac_link=$ac_link ac_sv_link="$ac_link" ac_link="./libtool --mode=link ${ac_link}" sah_static_checklibs="lib$1.la $1.la ${sah_static_checklibs}" @@ -247,7 +246,6 @@ AC_CACHE_CHECK([$tmp_msg], sah_dynamic_checklibs="-l$1" fi if test "${using_libtool}" = "yes" ; then - echo ac_link=$ac_link ac_sv_link="$ac_link" ac_link="./libtool --mode=link ${ac_link}" sah_dynamic_checklibs="lib$1.la $1.la ${sah_dynamic_checklibs}"