diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-20 15:02:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 15:02:52 +0100 |
commit | 6d430ef5ab62158a200b94dff31b89524a9576bb (patch) | |
tree | d29aa578c389e33e06caa1c8b7f7a064ab07cbe5 /pyconfig.h.in | |
parent | bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (diff) | |
download | cpython-6d430ef5ab62158a200b94dff31b89524a9576bb.tar.gz cpython-6d430ef5ab62158a200b94dff31b89524a9576bb.tar.bz2 cpython-6d430ef5ab62158a200b94dff31b89524a9576bb.zip |
bpo-45774: Fix SQLite load extension autodetection (GH-29659)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 0cc593fdfc5..b8f63955e31 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -634,9 +634,6 @@ /* Define to 1 if you have the `sendfile' library (-lsendfile). */ #undef HAVE_LIBSENDFILE -/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ -#undef HAVE_LIBSQLITE3 - /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H |