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.

Author skrah
Recipients ivank, mliska@suse.cz, schwab, skrah
Date 2015-07-02.14:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435847296.84.0.485001954921.issue24543@psf.upfronthosting.co.za>
In-reply-to
Content
"-c" is apparently generated by AC_COMPILE_IFELSE, which uses ac_compile.

The alternative is using AC_RUN_IFELSE, which uses ac_link.


Do you see any other possibility of dropping the "-c" during ./configure?
History
Date User Action Args
2015-07-02 14:28:16skrahsetrecipients: + skrah, ivank, schwab, mliska@suse.cz
2015-07-02 14:28:16skrahsetmessageid: <1435847296.84.0.485001954921.issue24543@psf.upfronthosting.co.za>
2015-07-02 14:28:16skrahlinkissue24543 messages
2015-07-02 14:28:16skrahcreate