mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
This commit is contained in:
parent
e2d463e5c2
commit
2c6638cde6
@ -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…
Reference in New Issue
Block a user