From: Karel Zak Date: Tue, 26 Mar 2024 15:17:29 +0000 (+0100) Subject: autotools: add dependence on libsmartcols for lsclocks X-Git-Tag: v2.42-start~473 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=956ccf253b6e2e931f922116af4c403647f93c8a;p=thirdparty%2Futil-linux.git autotools: add dependence on libsmartcols for lsclocks Signed-off-by: Karel Zak (cherry picked from commit 272c3639d7bdb5f455717d8ce7cd9638419754b6) --- diff --git a/configure.ac b/configure.ac index ab7c98636..9531daa83 100644 --- a/configure.ac +++ b/configure.ac @@ -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])