summaryrefslogtreecommitdiffstats
path: root/aclocal/check-rdbg.m4
diff options
context:
space:
mode:
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";