summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/sqlite/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/config.m4 b/ext/sqlite/config.m4
index cc472bd3fa..fce7c13b43 100644
--- a/ext/sqlite/config.m4
+++ b/ext/sqlite/config.m4
@@ -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