Message140061
| Author | doko |
|---|---|
| Recipients | Arfrever, amaury.forgeotdarc, doko, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, r.david.murray, rosslagerwall, vstinner |
| Date | 2011-07-09.13:27:04 |
| SpamBayes Score | 0.067880765 |
| Marked as misclassified | No |
| Message-id | <1310218025.74.0.175706858316.issue12326@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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";; |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-07-09 13:27:05 | doko | set | 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:05 | doko | set | messageid: <1310218025.74.0.175706858316.issue12326@psf.upfronthosting.co.za> |
| 2011-07-09 13:27:05 | doko | link | issue12326 messages |
| 2011-07-09 13:27:04 | doko | create | |