]> 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:18:45 +0000 (16:18 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit 272c3639d7bdb5f455717d8ce7cd9638419754b6)

configure.ac

index ab7c986367c54ae1bcd91c6f726c7f0c9444e3cd..9531daa831b8129b233ddfce1c6787989302b595 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])