mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Fixed bug where posix tests were not being enabled.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user