summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-26 18:00:20 (GMT)
committerdoko@python.org <doko@python.org>2013-01-26 18:00:20 (GMT)
commit682d8d4aaadc57c059e2f53a00c328e99050f3a8 (patch)
tree71a8d80dd32aac36ee7f4e61dbeebd1e08348692 /Misc
parente103d689acf796a132eea9358981614171836fad (diff)
parenteab42bf094d9951b38660538f3e15d90f952b650 (diff)
downloadcpython-682d8d4aaadc57c059e2f53a00c328e99050f3a8.zip
cpython-682d8d4aaadc57c059e2f53a00c328e99050f3a8.tar.gz
cpython-682d8d4aaadc57c059e2f53a00c328e99050f3a8.tar.bz2
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80c6912..01842ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -765,6 +765,8 @@ Tests
Build
-----
+- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
+
- Issue #16235: Implement python-config as a shell script.
- Issue #16769: Remove outdated Visual Studio projects.