summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/check-posix.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/aclocal/check-posix.m4')
-rw-r--r--c/src/aclocal/check-posix.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/aclocal/check-posix.m4 b/c/src/aclocal/check-posix.m4
index 9c66a78118..1cf56ebcdf 100644
--- a/c/src/aclocal/check-posix.m4
+++ b/c/src/aclocal/check-posix.m4
@@ -9,9 +9,6 @@ AC_CACHE_CHECK([whether CPU supports libposix],
rtems_cv_HAS_POSIX_API,
[dnl
case "$RTEMS_CPU" in
- unix*)
- rtems_cv_HAS_POSIX_API="no"
- ;;
*)
if test "${RTEMS_HAS_POSIX_API}" = "yes"; then
rtems_cv_HAS_POSIX_API="yes";