diff options
author | Christian Heimes <christian@python.org> | 2021-11-07 10:18:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 10:18:45 (GMT) |
commit | be3cd5c05d9fb1d1cdb55cb98ca6ef8f866774be (patch) | |
tree | 51291579b1f2ede091116fdd489e07c8203dc3eb /Misc | |
parent | 91275207296c39e495fe118019a757c4ddefede8 (diff) | |
download | cpython-be3cd5c05d9fb1d1cdb55cb98ca6ef8f866774be.zip cpython-be3cd5c05d9fb1d1cdb55cb98ca6ef8f866774be.tar.gz cpython-be3cd5c05d9fb1d1cdb55cb98ca6ef8f866774be.tar.bz2 |
bpo-45723: Detect missing pkg-config (GH-29442)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-07-10-36-12.bpo-45723.JNwKSG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-07-10-36-12.bpo-45723.JNwKSG.rst b/Misc/NEWS.d/next/Build/2021-11-07-10-36-12.bpo-45723.JNwKSG.rst new file mode 100644 index 0000000..0e06560 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-07-10-36-12.bpo-45723.JNwKSG.rst @@ -0,0 +1 @@ +``configure`` now prints a warning when pkg-config is missing. |