File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -3319,23 +3319,6 @@ then
3319
3319
fi
3320
3320
AC_MSG_RESULT ( $with_c_locale_coercion )
3321
3321
3322
- # Check for --with-c-locale-warning
3323
- AC_MSG_CHECKING ( for -- with-c-locale-warning )
3324
- AC_ARG_WITH ( c-locale-warning ,
3325
- AS_HELP_STRING ( [ --with(out)-c-locale-warning] ,
3326
- [ disable/enable locale compatibility warning in the C locale] ) )
3327
-
3328
- if test -z "$with_c_locale_warning"
3329
- then
3330
- with_c_locale_warning="yes"
3331
- fi
3332
- if test "$with_c_locale_warning" != "no"
3333
- then
3334
- AC_DEFINE ( PY_WARN_ON_C_LOCALE , 1 ,
3335
- [ Define to emit a locale compatibility warning in the C locale] )
3336
- fi
3337
- AC_MSG_RESULT ( $with_c_locale_warning )
3338
-
3339
3322
# Check for Valgrind support
3340
3323
AC_MSG_CHECKING ( [ for --with-valgrind] )
3341
3324
AC_ARG_WITH ( [ valgrind] ,
You can’t perform that action at this time.
0 commit comments