[LTP] [PATCH 1/6] configure: Print info about TI-RPC testsuite in summary

Petr Vorel pvorel@suse.cz
Wed Jul 17 19:17:08 CEST 2024


410ff69aa1 printed only info about libtirpc availability,
but whole TI-RPC can be disabled (it's enabled by default).
Print this in configure summary.

Fixes: 410ff69aa1 ("configure.ac: Print summary")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 1f8796c874..3958e551c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -447,6 +447,7 @@ cat << EOF
 TESTSUITES
 open posix testsuite: ${with_open_posix_testsuite:-no}
 realtime testsuite: ${with_realtime_testsuite:-no}
+TI-RPC testsuite: ${with_tirpc:-yes}
 
 LIBRARIES
 keyutils: ${have_keyutils:-yes}
-- 
2.45.2



More information about the ltp mailing list