summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5047407)
raw | patch | inline | side by side (parent: 5047407)
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 9f812a93f249720e712ee6c197c1d8cafbbe1b78..b3813c65c3c8ca59b4926b486fbdd12067d75d64 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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"