No code changes, fixed some typos.
Changed several occurrences of "it's" where "its" is meant, as well as a few other minor typos. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4265,7 +4265,7 @@ AC_CHECK_FUNCS([wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp])
|
||||
dnl On HP-UX aCC need this define to find mbstrtowcs() &c
|
||||
dnl Can't be used for g++ since the mbstate_t in wchar.h can conflict
|
||||
dnl with g++'s in <cwchar> (unless -D_INCLUDE__STDC_A1_SOURCE is in the
|
||||
dnl flags when g++ is configured, it will declare it's own).
|
||||
dnl flags when g++ is configured, it will declare its own).
|
||||
if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
|
||||
CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user