Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 908 invoked from network); 30 Jun 2003 05:01:32 -0000 Received: from unknown (HELO hasele) (216.179.74.133) by pb1.pair.com with SMTP; 30 Jun 2003 05:01:32 -0000 Received: by hasele (Postfix, from userid 1000) id C67B34EAB5; Mon, 30 Jun 2003 00:39:54 -0400 (EDT) To: Elfyn McBratney Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-ID: <1056947994.4160.16.camel@hasele> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 30 Jun 2003 00:39:54 -0400 Subject: Re: [PHP-DEV] [PATCH] fix typo in ext/xsl/config.m4 From: sterling@bumblebury.com (Sterling Hughes) fixed in cvs - thanks. -Sterling On Mon, 2003-06-30 at 00:26, Elfyn McBratney wrote: > There's a small typo in ext/xsl/config.m4 . T'is small, but I though I'd submit > a patch. :) > > 2003-06-30 Elfyn McBratney > > * ext/xsl/config.m4: Fix 'test' conditional. > > Index: config.m4 > =================================================================== > RCS file: /repository/php-src/ext/xsl/config.m4,v > retrieving revision 1.4 > diff -u -u -p -r1.4 config.m4 > --- config.m4 26 Jun 2003 18:51:52 -0000 1.4 > +++ config.m4 30 Jun 2003 04:22:17 -0000 > @@ -23,7 +23,7 @@ PHP_ARG_WITH(xsl, for XSL support, > [ --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 > > Elfyn > -- > > ______________________________________________________________________ > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- "A business that makes nothing but money is a poor kind of business." - Henry Ford