From: Karel Zak Date: Wed, 24 Oct 2018 12:21:15 +0000 (+0200) Subject: build-sys: improve error message X-Git-Tag: v2.34-rc1~240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3001923ba14defd950109a55414aab841cd4dc9a;p=thirdparty%2Futil-linux.git build-sys: improve error message Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index e6cfd4605c..f223adb9f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1656,7 +1656,7 @@ AM_CONDITIONAL([BUILD_PIVOT_ROOT], [test "x$build_pivot_root" = xyes]) UL_BUILD_INIT([flock], [check]) -UL_REQUIRES_HAVE([flock], [timer], [timer_create function]) +UL_REQUIRES_HAVE([flock], [timer], [timer_create/setitimer function]) AM_CONDITIONAL([BUILD_FLOCK], [test "x$build_flock" = xyes])