summaryrefslogtreecommitdiffstats
path: root/aclocal/check-rdbg.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:34:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:34:26 +0000
commit45269dc902f360953ecb9f8816beaae9daa4cec7 (patch)
tree315cdb76df196084c7ba24c0ba99ac777302e214 /aclocal/check-rdbg.m4
parentSwitched to the C++ front end to gcc to link. This still did not (diff)
downloadrtems-45269dc902f360953ecb9f8816beaae9daa4cec7.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbg
to its own top level package.
Diffstat (limited to 'aclocal/check-rdbg.m4')
-rw-r--r--aclocal/check-rdbg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/check-rdbg.m4 b/aclocal/check-rdbg.m4
index a386d90469..c191651bc2 100644
--- a/aclocal/check-rdbg.m4
+++ b/aclocal/check-rdbg.m4
@@ -9,7 +9,7 @@ AC_REQUIRE([RTEMS_ENABLE_RDBG])dnl
AC_CACHE_CHECK([whether BSP supports librdbg],
rtems_cv_HAS_RDBG,
[
- if test -d "$srcdir/${RTEMS_TOPdir}/c/src/lib/librdbg/${RTEMS_CPU}/${$1}"; then
+ if test -d "$srcdir/${RTEMS_TOPdir}/c/src/librdbg/src/${RTEMS_CPU}/${$1}"; then
rtems_cv_HAS_RDBG="yes" ;
else
rtems_cv_HAS_RDBG="no";