@@ -809,10 +809,10 @@ AC_CHECK_TYPE([errno_t],
809
809
[ [ #include <errno.h>] ] )
810
810
AC_SUBST ( FALLBACK_ERRNO_T )
811
811
AC_TYPE_MBSTATE_T
812
- AC_CHECK_MEMBER ( struct tm.tm_gmtoff ,
813
- [ AC_DEFINE ( HAVE_TM_GMTOFF , 1 ,
814
- [ Define if struct tm has the tm_gmtoff member.] ) ] ,
815
- ,
812
+ AC_CHECK_MEMBER ( struct tm.tm_gmtoff ,
813
+ [ AC_DEFINE ( HAVE_TM_GMTOFF , 1 ,
814
+ [ Define if struct tm has the tm_gmtoff member.] ) ] ,
815
+ ,
816
816
[ #include <time.h>] )
817
817
AX_COMPILE_CHECK_SIZEOF ( time_t , [ #include <time.h>] )
818
818
AC_CHECK_TYPE ( [ wchar_t] ,[ ] ,[ ] ,[ [ #include <wchar.h>] ] )
@@ -948,7 +948,7 @@ AC_CHECK_FUNCS([ memset strcmp strcasecmp strcasestr strcspn strpbrk strspn \
948
948
timingsafe_bcmp explicit_bzero explicit_memset \
949
949
asctime_r ctime_r gmtime_r localtime_r memccpy stpcpy stpncpy strerror] )
950
950
951
- if test "x$enable_wchar" = "xtrue" ; then
951
+ if test "x$enable_wchar" = "xtrue" ; then
952
952
AC_CHECK_FUNCS ( [ wmemchr wmemcmp wcscmp wcsstr \
953
953
vswprintf vsnwprintf vswscanf mbsrtowcs mbstowcs iswdigit iswspace \
954
954
towlower towupper towctrans ] )
@@ -977,7 +977,7 @@ AC_CHECK_FUNCS(
977
977
fopen_s freopen_s gets_s bsearch_s qsort_s gmtime_s localtime_s \
978
978
asctime_s ctime_s getenv_s ] )
979
979
980
- if test "x$enable_wchar" = "xtrue" ; then
980
+ if test "x$enable_wchar" = "xtrue" ; then
981
981
AC_CHECK_FUNCS (
982
982
[ mbsrtowcs_s mbstowcs_s wcsrtombs_s wcstombs_s \
983
983
wcrtomb_s wctomb_s wcsnlen_s wcscpy_s wcsncpy_s wcscat_s wcsncat_s \
991
991
dnl but delete it, because we override it case by case
992
992
$GREP -v '__STDC_WANT_LIB_EXT1__' confdefs.h > confdefs.h.tmp
993
993
mv confdefs.h.tmp confdefs.h
994
-
994
+
995
995
AM_CONDITIONAL([ HAVE_WCSSTR] , [ test "x$ac_cv_func_wcsstr" = "xyes"] )
996
996
AM_CONDITIONAL([ HAVE_MBSTOWCS] , [ test "x$ac_cv_func_mbstowcs" = "xyes"] )
997
997
AM_CONDITIONAL([ HAVE_VSNWPRINTF_S] , [ test "x$ac_cv_func_vsnwprintf_s" = "xyes"] )
0 commit comments