From 60c752425cd117103babf9746339c03b52b3e533 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 20:30:38 +0000 Subject: 2001-10-17 Ralf Corsepius * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of config.cache's which prevented powerpc targets librdbg from building. --- aclocal/check-rdbg.m4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'aclocal') diff --git a/aclocal/check-rdbg.m4 b/aclocal/check-rdbg.m4 index 17fc09bee2..0e38b59593 100644 --- a/aclocal/check-rdbg.m4 +++ b/aclocal/check-rdbg.m4 @@ -24,18 +24,14 @@ AC_CACHE_CHECK([whether BSP supports librdbg], B=`basename ${i} .cfg`; C="${C} ${B}"; done - target_found="no"; + rtems_cv_HAS_RDBG="no"; for j in ${C} ; do if test "${$1}" = "${j}" ; then - target_found="yes"; + rtems_cv_HAS_RDBG="yes"; fi done - if test "$target_found" = "yes" ; - then - rtems_cv_HAS_RDBG="yes" ; - fi else rtems_cv_HAS_RDBG="no"; fi -- cgit v1.2.3