Message 104467 - Python tracker
Message104467
| Author | rpetrov |
|---|---|
| Recipients | Arfrever, doko, loewis, rpetrov, vstinner |
| Date | 2010-04-28.21:47:07 |
| SpamBayes Score | 0.00035232873 |
| Marked as misclassified | No |
| Message-id | <1272491229.26.0.432336552428.issue8510@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You don't need to add source in case of
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[]])] ..
when the the test is ..main() { return 0 ;} ...
, posted long time ago as part of issue3754 ( minimal cross-compilation support for configure ).
Also thanks for fixing extra comma in after replacement of AC_TRY_COMPILE .
This part is save to be added to 2.7 build. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-28 21:47:37 | rpetrov | set | recipients: + rpetrov, loewis, doko, vstinner, Arfrever |
| 2010-04-28 21:47:09 | rpetrov | set | messageid: <1272491229.26.0.432336552428.issue8510@psf.upfronthosting.co.za> |
| 2010-04-28 21:47:07 | rpetrov | link | issue8510 messages |
| 2010-04-28 21:47:07 | rpetrov | create | |