summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorZachary Ware <zach@python.org>2022-12-28 19:36:03 (GMT)
committerGitHub <noreply@github.com>2022-12-28 19:36:03 (GMT)
commit25590eb5dee5176f3ac60916b19450f8198e7ffc (patch)
treeefae3fc49ce19fdcfb8b1861e175941af5398642 /Doc/using
parentfd4b55ff17b1525d36f1e81762fca6f1a7bc59c5 (diff)
downloadcpython-25590eb5dee5176f3ac60916b19450f8198e7ffc.zip
cpython-25590eb5dee5176f3ac60916b19450f8198e7ffc.tar.gz
cpython-25590eb5dee5176f3ac60916b19450f8198e7ffc.tar.bz2
gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)
It has had no effect on non-macOS platforms for a long time, and has had the non-obvious effect of invoking `pkg_config` and not setting `-DUSING_APPLE_OS_LIBFFI` on macOS since GH-22855.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/configure.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index db4bf74..8fa8d25 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -471,11 +471,6 @@ Libraries options
Build the :mod:`pyexpat` module using an installed ``expat`` library
(default is no).
-.. cmdoption:: --with-system-ffi
-
- Build the :mod:`_ctypes` extension module using an installed ``ffi``
- library, see the :mod:`ctypes` module (default is system-dependent).
-
.. cmdoption:: --with-system-libmpdec
Build the ``_decimal`` extension module using an installed ``mpdec``