summaryrefslogtreecommitdiffstats
path: root/aclocal/check-posix.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/check-posix.m4')
-rw-r--r--aclocal/check-posix.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal/check-posix.m4 b/aclocal/check-posix.m4
index 6b7ff61..9198db3 100644
--- a/aclocal/check-posix.m4
+++ b/aclocal/check-posix.m4
@@ -7,7 +7,8 @@ AC_CACHE_CHECK([whether CPU supports libposix],
rtems_cv_HAS_POSIX_API,
[dnl
case "$host" in
- *-*-rtems*)
+ #*-*-rtems*)
+ *)
if test "${RTEMS_HAS_POSIX_API}" = "yes"; then
rtems_cv_HAS_POSIX_API="yes";
else