From 774061e3f20c12d1bf7530015540e5158fb1c8c7 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 31 Oct 2013 12:31:34 +1100 Subject: [PATCH] Minor style changes to output. --- cgminer.c | 6 +++--- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cgminer.c b/cgminer.c index 7552a359..09c98bbf 100644 --- a/cgminer.c +++ b/cgminer.c @@ -1598,9 +1598,6 @@ extern const char *opt_argv0; static char *opt_verusage_and_exit(const char *extra) { printf("%s\nBuilt with " -#ifdef USE_KNC - "KnC " -#endif #ifdef USE_AVALON "avalon " #endif @@ -1625,6 +1622,9 @@ static char *opt_verusage_and_exit(const char *extra) #ifdef USE_KLONDIKE "klondike " #endif +#ifdef USE_KNC + "KnC " +#endif #ifdef USE_MODMINER "modminer " #endif diff --git a/configure.ac b/configure.ac index 9b3ec674..35b3cc54 100644 --- a/configure.ac +++ b/configure.ac @@ -574,9 +574,9 @@ else fi if test "x$knc" = xyes; then - echo " KnC.miners...........: Enabled" + echo " KnC.ASICs............: Enabled" else - echo " KnC.miners...........: Disabled" + echo " KnC.ASICs............: Disabled" fi if test "x$bitforce" = xyes; then