diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-07-11 14:48:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 14:48:42 (GMT) |
commit | 020f5ab7170836b277ac8fef2ce7438ae0145caf (patch) | |
tree | f08b9648fd0f61950ce31c04a7aadf0519725432 /configure | |
parent | 0a1db32949b4813e9ac04e672fcb5bc97072a428 (diff) | |
download | cpython-020f5ab7170836b277ac8fef2ce7438ae0145caf.zip cpython-020f5ab7170836b277ac8fef2ce7438ae0145caf.tar.gz cpython-020f5ab7170836b277ac8fef2ce7438ae0145caf.tar.bz2 |
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
This code does not appear to be used anywhere in the python code base.
The use was removed in eb81795d7d3a8c898fa89.
(cherry picked from commit b91a3a0d61596cafb1b46c98fab65fee16a8bbbb)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -831,7 +831,6 @@ enable_ipv6 with_doc_strings with_pymalloc with_c_locale_coercion -with_c_locale_warning with_valgrind with_dtrace with_libm @@ -1527,9 +1526,6 @@ Optional Packages: --with(out)-c-locale-coercion disable/enable C locale coercion to a UTF-8 based locale - --with(out)-c-locale-warning - disable/enable locale compatibility warning in the C - locale --with-valgrind Enable Valgrind support --with(out)-dtrace disable/enable DTrace support --with-libm=STRING math library @@ -11128,29 +11124,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_c_locale_coercion" >&5 $as_echo "$with_c_locale_coercion" >&6; } -# Check for --with-c-locale-warning -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-c-locale-warning" >&5 -$as_echo_n "checking for --with-c-locale-warning... " >&6; } - -# Check whether --with-c-locale-warning was given. -if test "${with_c_locale_warning+set}" = set; then : - withval=$with_c_locale_warning; -fi - - -if test -z "$with_c_locale_warning" -then - with_c_locale_warning="yes" -fi -if test "$with_c_locale_warning" != "no" -then - -$as_echo "#define PY_WARN_ON_C_LOCALE 1" >>confdefs.h - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_c_locale_warning" >&5 -$as_echo "$with_c_locale_warning" >&6; } - # Check for Valgrind support { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-valgrind" >&5 $as_echo_n "checking for --with-valgrind... " >&6; } |