source: rtems/cpukit/aclocal/check-posix.m4 @ 5bd2447

4.104.115
Last change on this file since 5bd2447 was 5bd2447, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/14/09 at 12:25:59

Remove unix/posix.

  • Property mode set to 100644
File size: 423 bytes
Line 
1dnl $Id$
2dnl
3AC_DEFUN([RTEMS_CHECK_POSIX_API],
4[dnl
5AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
6AC_REQUIRE([RTEMS_ENABLE_POSIX])dnl
7
8AC_CACHE_CHECK([whether CPU supports libposix],
9  rtems_cv_HAS_POSIX_API,
10  [dnl
11    case "$RTEMS_CPU" in
12    *)
13      if test "${RTEMS_HAS_POSIX_API}" = "yes"; then
14        rtems_cv_HAS_POSIX_API="yes";
15      else
16        rtems_cv_HAS_POSIX_API="disabled";
17      fi
18      ;;
19    esac])
20])
Note: See TracBrowser for help on using the repository browser.