Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[3.11] gh-94801: Use custom flags to check for headers and libs (GH-9…
…4802).

(cherry picked from commit 944ff8c)

Co-authored-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran committed Jul 15, 2022
commit 96e6bec02574d7cbbc6251742d6edbae9b133c50
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
``configure`` now uses custom flags like ``ZLIB_CFLAGS`` and ``ZLIB_LIBS``
when searching for headers and libraries.
Loading