diff configure.in @ 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 a91493288096
children 4deac8b4941c
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