[issue17819] removes need for CONFIG_SITE external configuration

2013-05-04 Thread Antonio Cavallo
Antonio Cavallo added the comment: So far it seems the special handling in config.site is restricted to these two bits ptc/ptmx (I'm targeting android in cross compiling at the moment). -- ___ Python tracker _

[issue17819] removes need for CONFIG_SITE external configuration

2013-05-02 Thread Matthias Klose
Matthias Klose added the comment: An external config.site is not the only option, you can pass these values in the environment or on the configure command line too. These would not be the only two options, there are more where features of the running kernel are tested, or where a test uses AC_

[issue17819] removes need for CONFIG_SITE external configuration

2013-04-30 Thread Antonio Cavallo
Changes by Antonio Cavallo : -- nosy: +benjamin.peterson, doko ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17819] removes need for CONFIG_SITE external configuration

2013-04-22 Thread Antonio Cavallo
New submission from Antonio Cavallo: This patch introduces two new options (--enable-ptmx, --enable-ptc) to the configure script. In cross compile the actual code requires an external config.site config file to set the result values for the AC_CHECK_FILE macros on /dev/ptmx, /dev/ptc. These f