Skip to content

Commit b8fb844

Browse files
Erlend Egeberg Aaslandtiran
andauthored
Address review: don't abort on failure to enable loadable SQLite extensions
Co-authored-by: Christian Heimes <[email protected]>
1 parent 338f4d0 commit b8fb844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3203,7 +3203,7 @@ AC_ARG_ENABLE(loadable-sqlite-extensions,
32033203
AS_HELP_STRING([--enable-loadable-sqlite-extensions],
32043204
[support loadable extensions in _sqlite module, see Doc/library/sqlite3.rst (default is no)]),
32053205
[AS_VAR_IF([have_sqlite3_load_extension], [no],
3206-
[AC_MSG_ERROR([Your version of SQLite does not support loadable extensions])])],
3206+
[AC_MSG_WARN([Your version of SQLite does not support loadable extensions])])],
32073207
[enable_loadable_sqlite_extensions=no])
32083208
AC_MSG_RESULT($enable_loadable_sqlite_extensions)
32093209

0 commit comments

Comments
 (0)