diff --git a/configure b/configure index ee8e93abc3..7530b35398 100755 --- a/configure +++ b/configure @@ -11204,7 +11204,7 @@ EOF if { (eval echo configure:11205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* - wx_cv_struct_tm_has_gmtoff=yes, + wx_cv_struct_tm_has_gmtoff=yes cat >> confdefs.h <<\EOF #define WX_GMTOFF_IN_TM 1 EOF diff --git a/configure.in b/configure.in index 5761afdf1a..e78c3e7442 100644 --- a/configure.in +++ b/configure.in @@ -2403,7 +2403,7 @@ if test "$wxUSE_TIMEDATE" = "yes"; then tm.tm_gmtoff++; ], [ - wx_cv_struct_tm_has_gmtoff=yes, + wx_cv_struct_tm_has_gmtoff=yes AC_DEFINE(WX_GMTOFF_IN_TM) ], wx_cv_struct_tm_has_gmtoff=no