From 982997839596a8fe6e20b75b980ff9c3d27d3b01 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Apr 1998 13:43:46 +0000 Subject: Fixed bug where posix tests were not being enabled. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3