(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
This commit is contained in:
parent
e2d463e5c2
commit
2c6638cde6
1 changed files with 2 additions and 1 deletions
|
@ -997,7 +997,8 @@ AC_TRY_COMPILE([#ifdef TIME_WITH_SYS_TIME
|
|||
[AC_MSG_RESULT(yes)
|
||||
HAVE_TIMEVAL=yes
|
||||
AC_DEFINE(HAVE_TIMEVAL)],
|
||||
AC_MSG_RESULT(no))
|
||||
[AC_MSG_RESULT(no)
|
||||
HAVE_TIMEVAL=no])
|
||||
|
||||
dnl checks for structure members
|
||||
AC_STRUCT_TM
|
||||
|
|
Loading…
Add table
Reference in a new issue