Removed a couple of debugging statements.

svn path=/trunk/boinc/; revision=17414
This commit is contained in:
Eric J. Korpela 2009-02-28 20:31:09 +00:00
parent 4435fe71b6
commit d46a5759a4
1 changed files with 0 additions and 2 deletions

View File

@ -154,7 +154,6 @@ AC_CACHE_CHECK([$tmp_msg],
sah_static_checklibs="lib$1.${LIBEXT} $1.${LIBEXT} -l$1" sah_static_checklibs="lib$1.${LIBEXT} $1.${LIBEXT} -l$1"
fi fi
if test "${using_libtool}" = "yes" ; then if test "${using_libtool}" = "yes" ; then
echo ac_link=$ac_link
ac_sv_link="$ac_link" ac_sv_link="$ac_link"
ac_link="./libtool --mode=link ${ac_link}" ac_link="./libtool --mode=link ${ac_link}"
sah_static_checklibs="lib$1.la $1.la ${sah_static_checklibs}" 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" sah_dynamic_checklibs="-l$1"
fi fi
if test "${using_libtool}" = "yes" ; then if test "${using_libtool}" = "yes" ; then
echo ac_link=$ac_link
ac_sv_link="$ac_link" ac_sv_link="$ac_link"
ac_link="./libtool --mode=link ${ac_link}" ac_link="./libtool --mode=link ${ac_link}"
sah_dynamic_checklibs="lib$1.la $1.la ${sah_dynamic_checklibs}" sah_dynamic_checklibs="lib$1.la $1.la ${sah_dynamic_checklibs}"