Adds configure error message.
This commit is contained in:
parent
4e398e34bf
commit
d776540811
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue