]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
autotools: add dependence on libsmartcols for lsclocks
authorKarel Zak <kzak@redhat.com>
Tue, 26 Mar 2024 15:17:29 +0000 (16:17 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Mar 2024 15:17:29 +0000 (16:17 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index 1bebb7cb48cf8ae2dbe3ab4ac67bfb06c25ad5df..6ce2343df54c9032e9658cb8107bb4aedb0bfa89 100644 (file)
@@ -1962,6 +1962,7 @@ AM_CONDITIONAL([BUILD_ENOSYS], [test "x$build_enosys" = xyes])
 
 UL_BUILD_INIT([lsclocks], [check])
 UL_REQUIRES_LINUX([lsclocks])
+UL_REQUIRES_BUILD([lsclocks], [libsmartcols])
 AM_CONDITIONAL([BUILD_LSCLOCKS], [test "x$build_lsclocks" = xyes])
 
 UL_BUILD_INIT([getopt], [yes])