projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5047407
)
Remove warning when we don't have clock_gettime
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 18 Mar 2016 12:07:13 +0000
(13:07 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 18 Mar 2016 12:07:13 +0000
(13:07 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9f812a9
..
b3813c6
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-850,8
+850,6
@@
fi
if test "x$have_clock_gettime" = "xyes"
then
AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define if the clock_gettime(2) function is available.])
-else
- AC_MSG_WARN(cannot find clock_gettime)
fi
nanosleep_needs_rt="no"