]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (symxfrm): don't print $pipe_works twice, once for
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 11 Jan 1999 06:33:33 +0000 (06:33 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 11 Jan 1999 06:33:33 +0000 (06:33 +0000)
  each $ac_symprfx
Reported by Godmar Back <gback@cs.utah.edu>

ChangeLog
ltconfig.in

index e214829f9c0103b214a20fafb73eb8dfd7a43599..dc211c042220bce43df25ad2513bedb985ec97d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2a1f0f9a9888ed63954c7240aff31947d7db7786..12e99cf47b0b2ba50b94b6b45d383fef3d13b859 100755 (executable)
@@ -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