From d387391a7e0e4b4d5d287d86d1800c4225b4a998 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 23 Oct 2009 13:09:30 +0000 Subject: =?UTF-8?q?2009-10-23=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/check-custom-bsp.m4: Be less verbose. --- aclocal/check-custom-bsp.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'aclocal') diff --git a/aclocal/check-custom-bsp.m4 b/aclocal/check-custom-bsp.m4 index 55fbe08adc..c4ea9d4c24 100644 --- a/aclocal/check-custom-bsp.m4 +++ b/aclocal/check-custom-bsp.m4 @@ -4,7 +4,6 @@ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir $2= - AC_MSG_CHECKING([for $1]) for i in \ `ls "${srcdir}/${RTEMS_TOPdir}/c/src/lib/libbsp/${RTEMS_CPU}"/*/make/custom/$1 2>/dev/null`; do @@ -13,9 +12,6 @@ AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir break; ]) done - AS_IF([test -n "[$]$2"], - [AC_MSG_RESULT([[$]$2])], - [AC_MSG_RESULT([no])]) ]) AC_DEFUN([RTEMS_CHECK_CUSTOM_BSP],[ -- cgit v1.2.3