File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6412,7 +6412,7 @@ if test "$ac_cv_sizeof_wchar_t" -ge 2 \
64126412 -a "$ac_cv_wchar_t_signed" = "no"
64136413then
64146414 AC_DEFINE ( [ HAVE_USABLE_WCHAR_T] , [ 1] ,
6415- [ Define if you have a useable wchar_t type defined in wchar.h; useable
6415+ [ Define if you have a usable wchar_t type defined in wchar.h; usable
64166416 means wchar_t must be an unsigned type with at least 16 bits. (see
64176417 Include/unicodeobject.h).] )
64186418 AC_MSG_RESULT ( [ yes] )
65026502# Check for --with-platlibdir
65036503# /usr/$PLATLIBDIR/python$(VERSION)$(ABI_THREAD)
65046504AC_SUBST ( [ PLATLIBDIR] )
6505- PLATLIBDIR="lib" # XXX: We should probably calculate the defauly from libdir, if defined.
6505+ PLATLIBDIR="lib" # XXX: We should probably calculate the default from libdir, if defined.
65066506AC_MSG_CHECKING ( [ for --with-platlibdir] )
65076507AC_ARG_WITH (
65086508 [ platlibdir] ,
Original file line number Diff line number Diff line change 15991599/* Define to 1 if you have the 'unshare' function. */
16001600#undef HAVE_UNSHARE
16011601
1602- /* Define if you have a useable wchar_t type defined in wchar.h; useable means
1602+ /* Define if you have a usable wchar_t type defined in wchar.h; usable means
16031603 wchar_t must be an unsigned type with at least 16 bits. (see
16041604 Include/unicodeobject.h). */
16051605#undef HAVE_USABLE_WCHAR_T
You can’t perform that action at this time.
0 commit comments