File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ if test "$PHP_PDO_SQLITE" != "no"; then
23
23
AC_MSG_ERROR ( [ Please install SQLite 3.7.4 first or check libsqlite3 is present] )
24
24
] )
25
25
26
- PHP_CHECK_LIBRARY(sqlite3, sqlite3_key, [
27
- AC_DEFINE ( HAVE_SQLITE3_KEY , 1 , [ have commercial sqlite3 with crypto support] )
28
- ] )
29
-
30
26
PHP_CHECK_LIBRARY(sqlite3, sqlite3_close_v2, [
31
27
AC_DEFINE ( HAVE_SQLITE3_CLOSE_V2 , 1 , [ have sqlite3_close_v2] )
32
28
] )
Original file line number Diff line number Diff line change @@ -16,14 +16,6 @@ if test $PHP_SQLITE3 != "no"; then
16
16
AC_MSG_ERROR ( [ Please install SQLite 3.7.4 first or check libsqlite3 is present] )
17
17
] )
18
18
19
- PHP_CHECK_LIBRARY(sqlite3, sqlite3_key, [
20
- AC_DEFINE ( HAVE_SQLITE3_KEY , 1 , [ have commercial sqlite3 with crypto support] )
21
- ] )
22
-
23
- PHP_CHECK_LIBRARY(sqlite3, sqlite3_column_table_name, [
24
- AC_DEFINE ( SQLITE_ENABLE_COLUMN_METADATA , 1 , [ have sqlite3 with column metadata enabled] )
25
- ] )
26
-
27
19
PHP_CHECK_LIBRARY(sqlite3, sqlite3_errstr, [
28
20
AC_DEFINE ( HAVE_SQLITE3_ERRSTR , 1 , [ have sqlite3_errstr function] )
29
21
] )
You can’t perform that action at this time.
0 commit comments