We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e0bcd2 + 2420678 commit 7dec7a1Copy full SHA for 7dec7a1
ext/sqlite3/config0.m4
@@ -21,7 +21,7 @@ if test $PHP_SQLITE3 != "no"; then
21
PHP_CHECK_LIBRARY(sqlite3, sqlite3_stmt_readonly,
22
[
23
PHP_EVAL_INCLINE($SQLITE_CFLAGS)
24
- PHP_EVAL_LIBLINE($SQLITE_LIBS, SQLITE_SHARED_LIBADD)
+ PHP_EVAL_LIBLINE($SQLITE_LIBS, SQLITE3_SHARED_LIBADD)
25
AC_DEFINE(HAVE_SQLITE3, 1, [Define to 1 if you have the sqlite3 extension enabled.])
26
], [
27
AC_MSG_ERROR([Please install SQLite 3.7.4 first or check libsqlite3 is present])
0 commit comments