From f8a73a9e65e740dcb0829965721715c74e492e87 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Oct 2001 20:29:38 +0000 Subject: 2001-10-17 Ralf Corsepius * configure.ac: Fix latent bug exposed by removal of config.cache's which prevented powerpc targets librdbg from building. --- c/src/librdbg/ChangeLog | 5 +++++ c/src/librdbg/configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/librdbg') diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog index 134e6ab750..e1cd5887cd 100644 --- a/c/src/librdbg/ChangeLog +++ b/c/src/librdbg/ChangeLog @@ -1,3 +1,8 @@ +2001-10-17 Ralf Corsepius + + * configure.ac: Fix latent bug exposed by removal of config.cache's + which prevented powerpc targets librdbg from building. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/c/src/librdbg/configure.ac b/c/src/librdbg/configure.ac index b224ad59b6..0d705874aa 100644 --- a/c/src/librdbg/configure.ac +++ b/c/src/librdbg/configure.ac @@ -42,7 +42,7 @@ AM_CONDITIONAL(RPCTOOLS, test "$rpctools" != "no") RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir) RTEMS_CHECK_NETWORKING(RTEMS_BSP) -RTEMS_CHECK_RDBG(bspdir) +RTEMS_CHECK_RDBG(RTEMS_BSP) AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes") -- cgit v1.2.3