Home
last modified time | relevance | path

Searched refs:with_c_locale_coercion (Results 1 – 3 of 3) sorted by relevance

/third_party/python/
Dconfigure11747 withval=$with_c_locale_coercion;
11751 if test -z "$with_c_locale_coercion"
11753 with_c_locale_coercion="yes"
11755 if test "$with_c_locale_coercion" != "no"
11761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_c_locale_coercion" >&5
11762 $as_echo "$with_c_locale_coercion" >&6; }
Dconfigure.ac3594 if test -z "$with_c_locale_coercion"
3596 with_c_locale_coercion="yes"
3598 if test "$with_c_locale_coercion" != "no"
3603 AC_MSG_RESULT($with_c_locale_coercion)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch10344 if test -z "$with_c_locale_coercion"
10346 - with_c_locale_coercion="yes"
10348 + *-*-mingw*) with_c_locale_coercion="no";;
10349 + *) with_c_locale_coercion="yes";;
10352 if test "$with_c_locale_coercion" != "no"