aesthetic fix to configure (extra comma)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -11204,7 +11204,7 @@ EOF
|
|||||||
if { (eval echo configure:11205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:11205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
|
|
||||||
wx_cv_struct_tm_has_gmtoff=yes,
|
wx_cv_struct_tm_has_gmtoff=yes
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define WX_GMTOFF_IN_TM 1
|
#define WX_GMTOFF_IN_TM 1
|
||||||
EOF
|
EOF
|
||||||
|
@@ -2403,7 +2403,7 @@ if test "$wxUSE_TIMEDATE" = "yes"; then
|
|||||||
tm.tm_gmtoff++;
|
tm.tm_gmtoff++;
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
wx_cv_struct_tm_has_gmtoff=yes,
|
wx_cv_struct_tm_has_gmtoff=yes
|
||||||
AC_DEFINE(WX_GMTOFF_IN_TM)
|
AC_DEFINE(WX_GMTOFF_IN_TM)
|
||||||
],
|
],
|
||||||
wx_cv_struct_tm_has_gmtoff=no
|
wx_cv_struct_tm_has_gmtoff=no
|
||||||
|
Reference in New Issue
Block a user