From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28261 invoked from network); 28 Feb 2006 14:04:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Feb 2006 14:04:29 -0000 Received: (qmail 21854 invoked from network); 28 Feb 2006 14:04:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Feb 2006 14:04:23 -0000 Received: (qmail 14239 invoked by alias); 28 Feb 2006 14:04:15 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9963 Received: (qmail 14229 invoked from network); 28 Feb 2006 14:04:14 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 28 Feb 2006 14:04:14 -0000 Received: (qmail 20685 invoked from network); 28 Feb 2006 14:04:14 -0000 Received: from vinc17.net8.nerim.net (HELO prunille.vinc17.org) (62.212.121.106) by a.mx.sunsite.dk with SMTP; 28 Feb 2006 14:04:13 -0000 Received: by prunille.vinc17.org (Postfix, from userid 501) id 5EAAE6ECDBB; Tue, 28 Feb 2006 15:04:11 +0100 (CET) Date: Tue, 28 Feb 2006 15:04:11 +0100 From: Vincent Lefevre To: Zsh users list Subject: Re: 4.3.1 released Message-ID: <20060228140411.GA2150@prunille.vinc17.org> Mail-Followup-To: Zsh users list References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.11-vl-20060221 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 - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / SPACES project at LORIA