From 968b84ada83c739ee64737d0f15df076aea8d916 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 18 Apr 2012 18:58:06 +0200 Subject: [PATCH] configure: enable utilities by default Signed-off-by: "Yann E. MORIN" --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f286155..078c2e7 100644 --- a/configure.ac +++ b/configure.ac @@ -95,9 +95,9 @@ AC_SUBST([config_prefix], [${config_prefix-CONFIG_}]) AC_ARG_ENABLE( [utils], [AS_HELP_STRING( - [--enable-utils], + [--disable-utils], [install utilities to manage .config files (default=no)])]) -AC_SUBST([enable_utils], [${enable_utils:-no}]) +AC_SUBST([enable_utils], [${enable_utils:-yes}]) #---------------------------------------- # Options to selectively enable/disable frontends -- 2.39.5