]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: improve error message
authorKarel Zak <kzak@redhat.com>
Wed, 24 Oct 2018 12:21:15 +0000 (14:21 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 3 Dec 2018 10:23:33 +0000 (11:23 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index e6cfd4605cce28c7e15bdba1b03a01409d4b9a1a..f223adb9f0d61ce027fd5d40b4b73bf2ad4d4ad7 100644 (file)
@@ -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])