From 300c8a76ff30340e495cb140784e07aed492d94f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Jan 1998 21:31:37 +0000 Subject: Added "done" to end of list of BSPs found. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 55b9b9cba6..590ed1f61f 100644 --- a/configure +++ b/configure @@ -1428,7 +1428,7 @@ echo "configure:1414: checking for bsps" >&5 esac; done - echo "$ac_t""$rtems_bsp" 1>&6 + echo "$ac_t""$rtems_bsp done" 1>&6 fi # collect makefiles for each bsp diff --git a/configure.in b/configure.in index abc05405e4..42449966ab 100644 --- a/configure.in +++ b/configure.in @@ -204,7 +204,7 @@ if test -d "$srcdir/c/src/lib/libbsp/$target_cpu"; then esac; done - AC_MSG_RESULT([$rtems_bsp]) + AC_MSG_RESULT([$rtems_bsp done]) fi # collect makefiles for each bsp -- cgit v1.2.3