@@ -4727,11 +4727,11 @@ if test x$ac_prog_cxx_stdcxx = xno
47274727then :
47284728 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $CXX option to enable C++11 features" >&5
47294729printf %s " checking for $CXX option to enable C++11 features... " >&6 ; }
4730- if test ${ac_cv_prog_cxx_cxx11 +y}
4730+ if test ${ac_cv_prog_cxx_11 +y}
47314731then :
47324732 printf %s " (cached) " >&6
47334733else $as_nop
4734- ac_cv_prog_cxx_cxx11 =no
4734+ ac_cv_prog_cxx_11 =no
47354735ac_save_CXX=$CXX
47364736cat confdefs.h - << _ACEOF >conftest.$ac_ext
47374737/* end confdefs.h. */
@@ -4773,11 +4773,11 @@ if test x$ac_prog_cxx_stdcxx = xno
47734773then :
47744774 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for $CXX option to enable C++98 features" >&5
47754775printf %s " checking for $CXX option to enable C++98 features... " >&6 ; }
4776- if test ${ac_cv_prog_cxx_cxx98 +y}
4776+ if test ${ac_cv_prog_cxx_98 +y}
47774777then :
47784778 printf %s " (cached) " >&6
47794779else $as_nop
4780- ac_cv_prog_cxx_cxx98 =no
4780+ ac_cv_prog_cxx_98 =no
47814781ac_save_CXX=$CXX
47824782cat confdefs.h - << _ACEOF >conftest.$ac_ext
47834783/* end confdefs.h. */
@@ -6422,6 +6422,17 @@ printf "%s\n" "no" >&6; }
64226422fi
64236423rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
64246424
6425+ ac_fn_c_check_func " $LINENO " " timegm" " ac_cv_func_timegm"
6426+ if test " x$ac_cv_func_timegm " = xyes
6427+ then :
6428+
6429+
6430+ printf " %s\n" " #define HAVE_TIMEGM 1" >> confdefs.h
6431+
6432+
6433+ fi
6434+
6435+
64256436{ printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for st_gen member in stat structure" >&5
64266437printf %s " checking for st_gen member in stat structure... " >&6 ; }
64276438cat confdefs.h - << _ACEOF >conftest.$ac_ext
0 commit comments