From: Ondrej Zajicek Date: Wed, 12 Feb 2014 11:57:38 +0000 (+0100) Subject: Adds configure error message. X-Git-Tag: v1.4.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d776540811cdf672dc113f29feef2415465589c6;p=thirdparty%2Fbird.git Adds configure error message. --- diff --git a/configure.in b/configure.in index 09e29dc25..c81709e61 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