zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Broken configure?
       [not found] <20010919170045.A9983@greux.loria.fr>
@ 2001-09-19 15:14 ` Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2001-09-19 15:14 UTC (permalink / raw)
  To: Zsh hackers list

Vincent Lefevre wrote:
> I've added some echo's in configure. Under Solaris:
> 
> ***** LDFLAGS 12: -L/users/spaces/lefevre/alpha-osf1/lib
> checking for working RTLD_GLOBAL... yes
> ***** LDFLAGS 13: 
> 
> This is because of the line
> 
>     LDFLAGS=$save_ldflags
> 
> Note that "save_ldflags" isn't set before. Something wrong?

Looks like that macro was copied wrongly from one of the later ones, since
it doesn't alter LDFLAGS either.

Index: aczsh.m4
===================================================================
RCS file: /cvsroot/zsh/zsh/aczsh.m4,v
retrieving revision 1.12
diff -u -r1.12 aczsh.m4
--- aczsh.m4	2001/06/19 16:41:03	1.12
+++ aczsh.m4	2001/09/19 15:11:48
@@ -368,7 +368,6 @@
 [zsh_cv_sys_dynamic_rtld_global=no],
 [zsh_cv_sys_dynamic_rtld_global=no]
 )
-    LDFLAGS=$save_ldflags
 else
     zsh_cv_sys_dynamic_rtld_global=no
 fi

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-19 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010919170045.A9983@greux.loria.fr>
2001-09-19 15:14 ` PATCH: Broken configure? Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).