Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2c6638cd
Commit
2c6638cd
authored
Jan 31, 1996
by
Richard M. Stallman
Browse files
(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
parent
e2d463e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.in
configure.in
+2
-1
No files found.
configure.in
View file @
2c6638cd
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment