bpo-43774: Add more links to configure options (GH-25363)

This commit is contained in:
Victor Stinner 2021-04-12 23:27:35 +02:00 committed by GitHub
parent 20ac34772a
commit 85918e4ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 45 additions and 32 deletions

View file

@ -1090,5 +1090,5 @@ committed:
.. [#f1] The sqlite3 module is not built with loadable extension support by
default, because some platforms (notably Mac OS X) have SQLite
libraries which are compiled without this feature. To get loadable
extension support, you must pass ``--enable-loadable-sqlite-extensions`` to
configure.
extension support, you must pass the
:option:`--enable-loadable-sqlite-extensions` option to configure.