From 168cedcaf9c6b08b44867e2474581993177f0a53 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Thu, 16 Jan 2014 21:32:01 +0100 Subject: [PATCH] Cosmetic fixes The title says it all... Signed-off-by: Sebastien GODARD --- configure | 2 +- configure.in | 2 +- sadf_misc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 556bb89..890808f 100755 --- a/configure +++ b/configure @@ -5263,7 +5263,7 @@ $as_echo_n "checking whether sadc should collect all possible activities... " >& if test "${enable_collect_all+set}" = set; then : enableval=$enable_collect_all; COLLECT_ALL=$enableval else - COLLECT_ALL=n=n + COLLECT_ALL=n fi if test $COLLECT_ALL != "yes"; then diff --git a/configure.in b/configure.in index 50d8a6b..4015e04 100644 --- a/configure.in +++ b/configure.in @@ -481,7 +481,7 @@ if test $INSTALL_CRON = "y"; then AC_ARG_ENABLE(collect-all, AC_HELP_STRING([--enable-collect-all], [collect all possible activities]), - COLLECT_ALL=$enableval,COLLECT_ALL=n=n) + COLLECT_ALL=$enableval,COLLECT_ALL=n) if test $COLLECT_ALL != "yes"; then COLLECT_ALL="" AUX_COLL=no diff --git a/sadf_misc.c b/sadf_misc.c index 2cfd263..56ad7b9 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -606,7 +606,7 @@ __printf_funct_t print_hdr_header(int *tab, int action, char *dfile, struct tm *loc_t; char cur_time[32]; - /* Actions F_BEGIN and F_END ignored */ + /* Actions F_MAIN and F_END ignored */ if (action & F_BEGIN) { printf(_("System activity data file: %s (%#x)\n"), dfile, file_magic->format_magic); -- 2.40.0