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

Re: 4.3.1 released



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