summaryrefslogtreecommitdiffstats
path: root/c/src/lib/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/configure2
-rw-r--r--c/src/lib/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/configure b/c/src/lib/configure
index e759b423e1..2e5b2ca8c5 100644
--- a/c/src/lib/configure
+++ b/c/src/lib/configure
@@ -2442,7 +2442,7 @@ fi
- if test "$HAS_RDBG" = "yes"; then
+ if test "$RTEMS_HAS_RDBG" = "yes"; then
echo $ac_n "checking whether BSP supports librdbg""... $ac_c" 1>&6
echo "configure:2448: checking whether BSP supports librdbg" >&5
if eval "test \"`echo '$''{'rtems_cv_HAS_RDBG'+set}'`\" = set"; then
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index 39e5124109..f936728b9b 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -124,7 +124,7 @@ if test "$HAS_NETWORKING" = "yes"; then
RTEMS_CHECK_MAKEFILE(libnetworking)
RTEMS_CHECK_MAKEFILE(librpc)
- if test "$HAS_RDBG" = "yes"; then
+ if test "$RTEMS_HAS_RDBG" = "yes"; then
RTEMS_CHECK_RDBG(RTEMS_BSP)
if test "$HAS_RDBG" = "yes"; then