[New-bugs-announce] [issue17819] removes need for CONFIG_SITE external configuration
Antonio Cavallo
report at bugs.python.org
Tue Apr 23 02:22:35 CEST 2013
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 <report at bugs.python.org>
<http://bugs.python.org/issue17819>
_______________________________________
More information about the New-bugs-announce
mailing list