Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Broken configure?



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@xxxxxxx>                  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.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author