summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:43:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:43:46 +0000
commit982997839596a8fe6e20b75b980ff9c3d27d3b01 (patch)
treece732e3f9917fa5027b246c85105bb441093b3ff /configure
parentpsim now runs in both debug and non-debug mode. (diff)
downloadrtems-982997839596a8fe6e20b75b980ff9c3d27d3b01.tar.bz2
Fixed bug where posix tests were not being enabled.
Diffstat (limited to 'configure')
-rw-r--r--configure2
1 files changed, 1 insertions, 1 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