Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7836a commit 7dbeed7Copy full SHA for 7dbeed7
2 files changed
configure
@@ -18884,7 +18884,7 @@ _ACEOF
18884
18885
# wchar_t is only usable if it maps to an unsigned type
18886
if test "$unicode_size" = "$ac_cv_sizeof_wchar_t" \
18887
- -a "$ac_cv_wchar_t_signed" == "no"
+ -a "$ac_cv_wchar_t_signed" = "no"
18888
then
18889
PY_UNICODE_TYPE="wchar_t"
18890
configure.in
@@ -2760,7 +2760,7 @@ else
2760
2761
2762
2763
2764
2765
2766
AC_DEFINE(HAVE_USABLE_WCHAR_T, 1,
0 commit comments