提交 2407a047 编写于 作者: M Marc G. Fournier

Removed a ',' that didn't belong in the timezone test case

Pointed out by: afc@teri.superlink.net
上级 66bfa3e4
......@@ -2633,7 +2633,7 @@ if { (eval echo configure:2632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && t
cat >> confdefs.h <<\EOF
#define HAVE_INT_TIMEZONE 1
EOF
, echo "$ac_t""yes" 1>&6
echo "$ac_t""yes" 1>&6
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
......
......@@ -140,7 +140,7 @@ dnl Check for any "odd" conditions
AC_MSG_CHECKING(for int timezone)
AC_TRY_LINK([#include <time.h>],
[int res = timezone / 60; ],
[AC_DEFINE(HAVE_INT_TIMEZONE), AC_MSG_RESULT(yes)],
[AC_DEFINE(HAVE_INT_TIMEZONE) AC_MSG_RESULT(yes)],
AC_MSG_RESULT(no))
AC_MSG_CHECKING(for union semun)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册