From: Edin Kadribasic Date: Sun, 20 Apr 2003 01:25:59 +0000 (+0000) Subject: Erm, this works much better :) X-Git-Tag: SPL_ALPHA~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a10c8a3e1c41f430f0e0e47b815a02e24c35007c;p=php Erm, this works much better :) --- 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