[3.7] bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by miss-islington · Pull Request #8250 · python/cpython
# 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; }