mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Adds configure error message.
This commit is contained in:
parent
4e398e34bf
commit
d776540811
@ -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 New Issue
Block a user