summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 839786f963..4b8f6ec735 100644
--- a/configure
+++ b/configure
@@ -2566,7 +2566,7 @@ else
fi
- if test "$RTEMS_HAS_POSIX" = "yes"; then
+ if test "$RTEMS_HAS_POSIX_API" = "yes"; then
echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6
echo "configure:2573: checking for Makefile.in in c/src/tests/psxtests" >&5
diff --git a/configure.in b/configure.in
index 4f31e92fcb..a16c713ac7 100644
--- a/configure.in
+++ b/configure.in
@@ -336,7 +336,7 @@ if test "$tests_enabled" = "yes"; then
RTEMS_CHECK_MAKEFILE(c/src/tests/sptests)
RTEMS_CHECK_MAKEFILE(c/src/tests/tmtests)
RTEMS_CHECK_MAKEFILE(c/src/tests/mptests)
- if test "$RTEMS_HAS_POSIX" = "yes"; then
+ if test "$RTEMS_HAS_POSIX_API" = "yes"; then
RTEMS_CHECK_MAKEFILE(c/src/tests/psxtests)
fi
fi