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 flags forces (if given) the result of the AC_CHECK_FILE macros: if the flags aren't given then the AC_CHECK_FILE tests are run as normal providing an error message when in cross compile mode (explicit behavior). (patch applied on revision 251c5b4bb05d) ---------- components: Build, Cross-Build files: configure.ac.patch keywords: patch messages: 187599 nosy: cavallo71 priority: normal severity: normal status: open title: removes need for CONFIG_SITE external configuration type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file29983/configure.ac.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17819> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com