summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-posix.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-21 15:17:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-21 15:17:21 +0000
commited4b894705cb39d0937077c9913fef4bb31033d8 (patch)
tree5ef6ef4b7eff6f2171416499c92baf8d6819a018 /cpukit/aclocal/check-posix.m4
parent2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ed4b894705cb39d0937077c9913fef4bb31033d8.tar.bz2
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-posix.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU. * aclocal/canonical-host.m4: Remove. * configure.ac: Remove RTEMS_CANONICAL_HOST. * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST. * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET. Use $host instead of $target.
Diffstat (limited to 'cpukit/aclocal/check-posix.m4')
-rw-r--r--cpukit/aclocal/check-posix.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/check-posix.m4 b/cpukit/aclocal/check-posix.m4
index 7512f663f5..bcb7f3c728 100644
--- a/cpukit/aclocal/check-posix.m4
+++ b/cpukit/aclocal/check-posix.m4
@@ -2,7 +2,7 @@ dnl $Id$
dnl
AC_DEFUN(RTEMS_CHECK_POSIX_API,
[dnl
-AC_REQUIRE([RTEMS_CHECK_CPU])dnl
+AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
AC_REQUIRE([RTEMS_ENABLE_POSIX])dnl
AC_CACHE_CHECK([whether CPU supports libposix],