changeset 14444:1999513cc3b2

(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
author Richard M. Stallman <rms@gnu.org>
date Wed, 31 Jan 1996 02:23:25 +0000
parents 4e472b8b55c5
children e73b37519cdc
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Tue Jan 30 20:58:24 1996 +0000
+++ b/configure.in	Wed Jan 31 02:23:25 1996 +0000
@@ -997,7 +997,8 @@
   [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