mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Erm, this works much better :)
This commit is contained in:
parent
3f95e99afc
commit
a10c8a3e1c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if test "$PHP_SQLITE" != "no"; then
|
|||
# use bundled library
|
||||
|
||||
PHP_SQLITE_CFLAGS="-I@ext_srcdir@/libsqlite/src"
|
||||
if test "$PHP_DEBUG" = "1"; then
|
||||
if test "$PHP_DEBUG" = "0"; then
|
||||
PHP_SQLITE_CFLAGS="$PHP_SQLITE_CFLAGS -DNDEBUG"
|
||||
fi
|
||||
if test "$enable_experimental_zts" = "yes"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue