@@ -829,7 +829,6 @@ enable_ipv6
829829with_doc_strings
830830with_pymalloc
831831with_c_locale_coercion
832- with_c_locale_warning
833832with_valgrind
834833with_dtrace
835834with_libm
@@ -1523,9 +1522,6 @@ Optional Packages:
15231522 --with(out)-c-locale-coercion
15241523 disable/enable C locale coercion to a UTF-8 based
15251524 locale
1526- --with(out)-c-locale-warning
1527- disable/enable locale compatibility warning in the C
1528- locale
15291525 --with-valgrind Enable Valgrind support
15301526 --with(out)-dtrace disable/enable DTrace support
15311527 --with-libm=STRING math library
@@ -11046,29 +11042,6 @@ fi
1104611042{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $with_c_locale_coercion " >&5
1104711043$as_echo " $with_c_locale_coercion " >&6 ; }
1104811044
11049- # Check for --with-c-locale-warning
11050- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for --with-c-locale-warning" >&5
11051- $as_echo_n " checking for --with-c-locale-warning... " >&6 ; }
11052-
11053- # Check whether --with-c-locale-warning was given.
11054- if test " ${with_c_locale_warning+set} " = set ; then :
11055- withval=$with_c_locale_warning ;
11056- fi
11057-
11058-
11059- if test -z " $with_c_locale_warning "
11060- then
11061- with_c_locale_warning=" yes"
11062- fi
11063- if test " $with_c_locale_warning " ! = " no"
11064- then
11065-
11066- $as_echo " #define PY_WARN_ON_C_LOCALE 1" >> confdefs.h
11067-
11068- fi
11069- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $with_c_locale_warning " >&5
11070- $as_echo " $with_c_locale_warning " >&6 ; }
11071-
1107211045# Check for Valgrind support
1107311046{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for --with-valgrind" >&5
1107411047$as_echo_n " checking for --with-valgrind... " >&6 ; }
0 commit comments