1
0
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:
Richard M. Stallman 1996-01-31 02:23:25 +00:00
parent e2d463e5c2
commit 2c6638cde6

View File

@ -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