mirror of https://github.com/BOINC/boinc.git
Removed a couple of debugging statements.
svn path=/trunk/boinc/; revision=17414
This commit is contained in:
parent
4435fe71b6
commit
d46a5759a4
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue