diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-02-12 12:57:38 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-02-12 12:57:38 +0100 |
commit | d776540811cdf672dc113f29feef2415465589c6 (patch) | |
tree | 9823ebc82f3a463159af6105fd64d58565b27c8f /configure.in | |
parent | 4e398e34bf140baf73fe8dceaf81078fb343f65a (diff) |
Adds configure error message.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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 |