diff mbox series

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

Message ID 20240717171713.687339-2-pvorel@suse.cz
State Accepted
Headers show
Series sched_football in runtest/sched + configure cleanup | expand

Commit Message

Petr Vorel July 17, 2024, 5:17 p.m. UTC
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 mbox series

Patch

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}