Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22030 invoked from network); 19 Jul 2003 16:43:16 -0000 Received: from unknown (HELO cmailg5.svr.pol.co.uk) (195.92.195.175) by pb1.pair.com with SMTP; 19 Jul 2003 16:43:16 -0000 Received: from modem-3703.buffalo.dialup.pol.co.uk ([217.134.78.119] helo=localhost) by cmailg5.svr.pol.co.uk with esmtp (Exim 4.14) id 19dunj-0000Bq-S9; Sat, 19 Jul 2003 17:43:16 +0100 Date: Sat, 19 Jul 2003 17:43:13 +0100 X-X-Sender: elfyn@ellixia To: Hubert Feyrer cc: internals@lists.php.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [PATCH] php-5.0.0b1 configure fails on Solaris (resend) From: elfyn@emcb.co.uk (Elfyn McBratney) On Sat, 19 Jul 2003, Hubert Feyrer wrote: > > On Solaris 8, configure throws up: > > > > ... > > checking for XSL support... yes > > ./configure: test: unknown operator == > > > > The patch below fixes this. Please fix in future revisions. > > > > > > - Hubert > > > > > > --- ext/xsl/config.m4.orig Sat Jul 19 04:02:09 2003 > > +++ ext/xsl/config.m4 Sat Jul 19 04:02:18 2003 > > @@ -23,7 +23,7 @@ > > [ --with-xsl[=DIR] Include new XSL support (requires > > libxslt >= > > 1.0.18). > > DIR is the libxslt install directory.]) > > > > -if test "$PHP_XSL" != "no" -a "$PHP_DOM" == "no"; then > > +if test "$PHP_XSL" != "no" -a "$PHP_DOM" = "no"; then > > AC_MSG_ERROR([XSL extension requires DOM extension, add --with-dom.]) fi Hubert, I believe this patch already exists in CVS (I submitted it :) Elfyn -- Elfyn McBratney, EMCB | http://www.nongnu.org/wwwauth/ http://www.emcb.co.uk | http://www.emcb.co.uk/webauth/ elfyn@emcb.co.uk | wwwauth-users AT nongnu DOT org