mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
use || instead of -o to support weird systems with old test
This commit is contained in:
parent
b4dd85ff46
commit
5a606e0be3
@ -94,7 +94,7 @@ if test "$PHP_PDO_SQLITE" != "no"; then
|
||||
|
||||
touch $ext_srcdir/sqlite/src/parse.c $ext_srcdir/sqlite/src/parse.h
|
||||
|
||||
if test "$ext_shared" = "no" -o "$ext_srcdir" != "$abs_srcdir"; then
|
||||
if test "$ext_shared" = "no" || test "$ext_srcdir" != "$abs_srcdir"; then
|
||||
echo '#include <php_config.h>' > $ext_srcdir/sqlite/src/config.h
|
||||
else
|
||||
echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/sqlite/src/config.h
|
||||
|
Loading…
Reference in New Issue
Block a user