mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.
This commit is contained in:
parent
638af1ec91
commit
b64b74fe9f
1 changed files with 3 additions and 2 deletions
|
@ -51,8 +51,9 @@ if test $PHP_SQLITE3 != "no"; then
|
|||
AC_DEFINE(HAVE_SQLITE3_KEY, 1, [have commercial sqlite3 with crypto support])
|
||||
])
|
||||
|
||||
PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,[
|
||||
AC_DEFINE(SQLITE_OMIT_LOAD_EXTENSION, 1, [have sqlite3 with extension support])
|
||||
PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
|
||||
[],
|
||||
[AC_DEFINE(SQLITE_OMIT_LOAD_EXTENSION, 1, [have sqlite3 with extension support])
|
||||
])
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue