[PHP-DEV] make php build on non-Linux: test ... == ...

2006-11-09 Thread Hubert Feyrer
Hi, I've stumbled across this with php5, but this is also in php6 (against which the patch below is): the sqlite Makefile.am uses a GNU/Linux-only test(1) syntax that won't build on (e.g.) NetBSD. The patch below fixes this for POSIX/SUSv3 conformance. - Hubert Index: configure

[PHP-DEV] [PATCH] php-5.0.0b1 configure fails on Solaris (resend)

2003-07-19 Thread Hubert Feyrer
(resent to proper list) > 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: