From d776540811cdf672dc113f29feef2415465589c6 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Wed, 12 Feb 2014 12:57:38 +0100 Subject: [PATCH] Adds configure error message. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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