diff options
author | Edin Kadribasic <edink@php.net> | 2003-04-20 01:25:59 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-04-20 01:25:59 +0000 |
commit | a10c8a3e1c41f430f0e0e47b815a02e24c35007c (patch) | |
tree | 6d8130e71b91a71b5f5ee7a9fe1601ea0bb5a574 | |
parent | 3f95e99afc5351e38c0cc480da4acd6853a4ad9b (diff) | |
download | php-git-a10c8a3e1c41f430f0e0e47b815a02e24c35007c.tar.gz |
Erm, this works much better :)
-rw-r--r-- | ext/sqlite/config.m4 | 2 |
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 |