summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2018-10-24 14:21:15 +0200
committerKarel Zak2018-12-03 11:23:33 +0100
commit3001923ba14defd950109a55414aab841cd4dc9a (patch)
tree109361008c7d441df485c986acc61d85d6ce1153 /configure.ac
parentlib/timer: add fallback if timer_create() not available (diff)
downloadkernel-qcow2-util-linux-3001923ba14defd950109a55414aab841cd4dc9a.tar.gz
kernel-qcow2-util-linux-3001923ba14defd950109a55414aab841cd4dc9a.tar.xz
kernel-qcow2-util-linux-3001923ba14defd950109a55414aab841cd4dc9a.zip
build-sys: improve error message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e6cfd4605..f223adb9f 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])