File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2633,7 +2633,7 @@ if { (eval echo configure:2632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && t
2633
2633
cat >> confdefs.h << \EOF
2634
2634
#define HAVE_INT_TIMEZONE 1
2635
2635
EOF
2636
- , echo " $ac_t " " yes" 1>&6
2636
+ echo " $ac_t " " yes" 1>&6
2637
2637
else
2638
2638
echo " configure: failed program was:" >&5
2639
2639
cat conftest.$ac_ext >&5
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ dnl Check for any "odd" conditions
140
140
AC_MSG_CHECKING(for int timezone)
141
141
AC_TRY_LINK([#include <time.h>],
142
142
[int res = timezone / 60; ],
143
- [AC_DEFINE(HAVE_INT_TIMEZONE), AC_MSG_RESULT(yes)],
143
+ [AC_DEFINE(HAVE_INT_TIMEZONE) AC_MSG_RESULT(yes)],
144
144
AC_MSG_RESULT(no))
145
145
146
146
AC_MSG_CHECKING(for union semun)
You can’t perform that action at this time.
0 commit comments