On 8/22/05, Uwe Schindler <thetaphi@php.net> wrote:
> /bin/sh: test: argument expected
> gmake: [test] Error 1 (ignored)
> pangaeaw@pans1:~/install/php-5.1.0RC1$
>
> (I think, this is the old problem with Solaris' test, that we fall
> into every time... :) )
Changing a "test -e" to a "test -f" fixed this kind of problem for me
when I was hacking on the dtrace stuff at oscon.
> when someone uses "--without-sqlite" it should automatically assume
> also "--without-pdo-sqlite"
No, because sqlite != pdo_sqlite; they use different versions of the
sqlite libraries, and it is perfectly valid to want to exclude sqlite
(version 2) but include pdo_sqlite (version 3). In fact, I'm building
a package that does just that right now.
--Wez.