summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-31 02:23:25 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-31 02:23:25 +0000
commit2c6638cde6fb5dfc717f451fd8c84a822878b738 (patch)
tree9c9fb0f6670975697489e73a5c19d4ad0c33204f /configure.in
parente2d463e5c29cedc875f89e67e08db8e04882b42a (diff)
downloademacs-2c6638cde6fb5dfc717f451fd8c84a822878b738.tar.gz
(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b0d3ad9bb01..fb7ea9f4554 100644
--- a/configure.in
+++ b/configure.in
@@ -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