Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 2 patches included to fix configure brokenness
- X-seq: zsh-workers 5464
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: 2 patches included to fix configure brokenness
- Date: Mon, 22 Feb 1999 10:41:19 +0100
- In-reply-to: "Martin Buchholz"'s message of "Sun, 21 Feb 1999 15:17:16 NFT." <14031.42220.502375.917603@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Martin Buchholz wrote:
> Here's a real live tested patch that fixes it right.
>
> --- configure.in.orig Fri Jan 1 01:01:00 1999
> +++ configure.in Fri Jan 1 01:01:00 1999
> @@ -353,6 +353,11 @@
> AC_CHECK_LIB(nsl, getdomainname)
> fi
>
> +AC_CHECK_FUNCS(yp_all)
> +if test $ac_cv_func_yp_all = no; then
> + AC_CHECK_LIB(nsl, yp_all)
> +fi
> +
This is already there in configure.in for 3.1.5: it replaces the
getdomainname() test --- presumably, unless that only got added to 3.0,
which has been known to happen. The libc change is new. Is it certain
that no-one apart from NeXT needs libc.h?
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author