From 5897c3f054ac208725dbace5b4222b3e079d980b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 15 Dec 2012 23:25:52 +0100 Subject: [PATCH] configure: building utilities has been default for some time now ... so update the help accordingly. Signed-off-by: "Yann E. MORIN" --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6ecf47b..8896d25 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ AC_ARG_ENABLE( [utils], [AS_HELP_STRING( [--disable-utils], - [install utilities to manage .config files (default=no)])]) + [install utilities to manage .config files (default=yes)])]) AC_SUBST([enable_utils], [${enable_utils:-yes}]) AC_ARG_ENABLE( -- 2.39.5