We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae36454 + 3239f6d commit bcf50b7Copy full SHA for bcf50b7
ext/sqlite3/config0.m4
@@ -85,11 +85,11 @@ if test $PHP_SQLITE3 != "no"; then
85
other_flags="$other_flags -DSQLITE_ENABLE_ICU=1"
86
fi
87
88
+ AC_DEFINE(HAVE_SQLITE3_ERRSTR, 1, [have sqlite3_errstr function])
89
PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags"
90
PHP_INSTALL_HEADERS([ext/sqlite3/libsqlite/sqlite3.h])
91
92
- AC_DEFINE(HAVE_SQLITE3_ERRSTR, 1, [have sqlite3_errstr function])
93
AC_DEFINE(HAVE_SQLITE3,1,[ ])
94
95
sqlite3_sources="sqlite3.c $sqlite3_extra_sources"
0 commit comments