summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-02-12 12:57:38 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2014-02-12 12:57:38 +0100
commitd776540811cdf672dc113f29feef2415465589c6 (patch)
tree9823ebc82f3a463159af6105fd64d58565b27c8f
parent4e398e34bf140baf73fe8dceaf81078fb343f65a (diff)
Adds configure error message.
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 09e29dc2..c81709e6 100644
--- a/configure.in
+++ b/configure.in
@@ -69,7 +69,8 @@ fi
AC_SUBST(CONFIG_FILE)
AC_SUBST(CONTROL_SOCKET)
-AC_SEARCH_LIBS(clock_gettime,[c rt posix4])
+AC_SEARCH_LIBS(clock_gettime, [c rt posix4], ,
+ AC_MSG_ERROR([[Function clock_gettime not available.]]))
AC_CANONICAL_HOST