Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.3.1 released
- X-seq: zsh-users 9963
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: 4.3.1 released
- Date: Tue, 28 Feb 2006 15:04:11 +0100
- In-reply-to: <EXCHANGE03lhK9atCT1000118c6@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Zsh users list <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <EXCHANGE03lhK9atCT1000118c6@xxxxxxxxxxxxxxxxxx>
I get a strange configure error:
[...]
checking if the system adequately supports multibyte chars... no
./configure: line 15889: test: =: unary operator expected
checking if your system uses ELF binaries... no
[...]
The configure script contains:
# Check whether --enable-dynamic-nss or --disable-dynamic-nss was given.
if test "${enable_dynamic_nss+set}" = set; then
enableval="$enable_dynamic_nss"
zsh_cv_c_dynamic_nss=$enableval
fi;
Line 15889 is zsh_cv_c_dynamic_nss=$enableval.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
Messages sorted by:
Reverse Date,
Date,
Thread,
Author