summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-26 17:57:19 (GMT)
committerdoko@python.org <doko@python.org>2013-01-26 17:57:19 (GMT)
commiteab42bf094d9951b38660538f3e15d90f952b650 (patch)
treeea4ba917a455d40f6162e7db4493140d0dd95f58 /Misc
parentfb931902c8b88e15d5b395cc1de1f063f28cf76b (diff)
downloadcpython-eab42bf094d9951b38660538f3e15d90f952b650.zip
cpython-eab42bf094d9951b38660538f3e15d90f952b650.tar.gz
cpython-eab42bf094d9951b38660538f3e15d90f952b650.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 108857b..c58ab66 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -547,6 +547,8 @@ Tests
Build
-----
+- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
+
- Issue #17031: Fix running regen in cross builds.
- Issue #3754: fix typo in pthread AC_CACHE_VAL.