Skip to content

Commit

Permalink
Removed a couple of debugging statements.
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=17414
  • Loading branch information
SETIguy committed Feb 28, 2009
1 parent 4435fe7 commit d46a575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions m4/sah_check_lib.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit d46a575

Please sign in to comment.