summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/librdbg/ChangeLog5
-rw-r--r--c/src/librdbg/configure.ac2
2 files changed, 6 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Fix latent bug exposed by removal of config.cache's
+ which prevented powerpc targets librdbg from building.
+
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .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")