* ltconfig.in (symxfrm): don't print $pipe_works twice, once for

each $ac_symprfx
	Reported by Godmar Back <gback@cs.utah.edu>
This commit is contained in:
Alexandre Oliva 1999-01-11 06:33:33 +00:00 committed by Alexandre Oliva
parent 40ef9f4a1f
commit 24b3c755d8
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
1999-01-11 Alexandre Oliva <oliva@dcc.unicamp.br>
* ltconfig.in (symxfrm): don't print $pipe_works twice, once for
each $ac_symprfx
Reported by Godmar Back <gback@cs.utah.edu>
* ltmain.in (convenience, libobjs): get only .o and .lo files from
the files extract from the convenience library. Some systems,
such as FreeBSD2, will add a SYMDEF file, that is not an object

View File

@ -1495,13 +1495,13 @@ EOF
$rm conftest*
# Do not use the global_symbol_pipe unless it works.
echo "$ac_t$pipe_works" 1>&6
if test "$pipe_works" = yes; then
break
else
global_symbol_pipe=
fi
done
echo "$ac_t$pipe_works" 1>&6
# Check hardcoding attributes.
echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6