mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
correct backwards logic
This commit is contained in:
parent
08f683a645
commit
bee7f3d0ac
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ if test "$PHP_PDO_SQLITE" != "no"; then
|
||||||
sort -n +2 $ext_srcdir/sqlite/src/opcodes.h | awk -f $ext_srcdir/sqlite/mkopcodec.awk > $ext_srcdir/sqlite/src/opcodes.c
|
sort -n +2 $ext_srcdir/sqlite/src/opcodes.h | awk -f $ext_srcdir/sqlite/mkopcodec.awk > $ext_srcdir/sqlite/src/opcodes.c
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ext_shared" = "no" -o "$ext_srcdir" = "$abs_srcdir"; then
|
if test "$ext_shared" = "no" -o "$ext_srcdir" != "$abs_srcdir"; then
|
||||||
echo '#include "php_config.h"' > $ext_srcdir/sqlite/src/config.h
|
echo '#include "php_config.h"' > $ext_srcdir/sqlite/src/config.h
|
||||||
else
|
else
|
||||||
echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/sqlite/src/config.h
|
echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/sqlite/src/config.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue