From 24b3c755d8e04f11f18f3bc74fe6a2a668a90621 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 11 Jan 1999 06:33:33 +0000 Subject: [PATCH] * ltconfig.in (symxfrm): don't print $pipe_works twice, once for each $ac_symprfx Reported by Godmar Back --- ChangeLog | 4 ++++ ltconfig.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e214829f9..dc211c042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-01-11 Alexandre Oliva + * ltconfig.in (symxfrm): don't print $pipe_works twice, once for + each $ac_symprfx + Reported by Godmar Back + * 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 diff --git a/ltconfig.in b/ltconfig.in index 2a1f0f9a9..12e99cf47 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 -- 2.47.2