This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 doko
收信人 Arfrever, amaury.forgeotdarc, doko, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, r.david.murray, rosslagerwall, vstinner
日期 2011-07-09.13:27:04
SpamBayes Score 0.067880765
Marked as misclassified
Message-id <1310218025.74.0.175706858316.issue12326@psf.upfronthosting.co.za>
In-reply-to
内容
while this is sorted out, I propose to apply the following workaround not to introduce `linux3', at least for the branches:

--- a/configure.in      2011-06-11 17:46:28.000000000 +0200
+++ b/configure.in      2011-06-19 22:32:05.852934453 +0200
@@ -293,6 +293,7 @@
        MACHDEP="$ac_md_system$ac_md_release"
 
        case $MACHDEP in
+       linux3) MACHDEP="linux2";;
        cygwin*) MACHDEP="cygwin";;
        darwin*) MACHDEP="darwin";;
        atheos*) MACHDEP="atheos";;
历史
日期 用户 动作 参数
2011-07-09 13:27:05doko修改recipients: + doko, lemburg, loewis, amaury.forgeotdarc, pitrou, vstinner, jwilk, ezio.melotti, eric.araujo, Arfrever, r.david.murray, neologix, rosslagerwall, petri.lehtinen
2011-07-09 13:27:05doko修改messageid: <1310218025.74.0.175706858316.issue12326@psf.upfronthosting.co.za>
2011-07-09 13:27:05doko链接issue12326 messages
2011-07-09 13:27:04doko创建