diff options
| -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 8dc879676a..e8419c0824 100644 --- a/ext/sqlite/config.m4 +++ b/ext/sqlite/config.m4 @@ -78,7 +78,7 @@ if test "$PHP_SQLITE" != "no"; then dnl in funcs.c uses assert(), which is a bit silly and something dnl we want to avoid. This assert() was removed in SQLite 2.8.9. if test "$PHP_SQLITE_UTF8" = "yes"; then - SQLITE_ENCODING="UTF-8" + SQLITE_ENCODING="UTF8" AC_DEFINE(SQLITE_UTF8, 1, [ ]) else SQLITE_ENCODING="ISO8859" |
