summaryrefslogtreecommitdiffstats
path: root/aclocal/sysv-ipc.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 17:01:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 17:01:25 +0000
commit5913d94de8d52e6a69c0123abf42f633cf24af94 (patch)
treef8c191ccdf979fe85f2e279791c39f6a1e5b845a /aclocal/sysv-ipc.m4
parent2000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5913d94de8d52e6a69c0123abf42f633cf24af94.tar.bz2
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b). * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use $host instead of $target (BUG-FIX). * configure.in: Use $target and $host instead of $target_alias and $host_alias (autoconf-2.49b). * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX) * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX) NOTES: * autoconf-2.49b depredicates using changequotes. * The changes to configure.in are due to cleanups in autoconf-2.49b's implemention of canonicalization. With autoconf-2.1x it wasn't always clear, when to use $xxx or $xxx_alias. Now this is clear.
Diffstat (limited to 'aclocal/sysv-ipc.m4')
-rw-r--r--aclocal/sysv-ipc.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal/sysv-ipc.m4 b/aclocal/sysv-ipc.m4
index 883921e2c8..00aa1bf32e 100644
--- a/aclocal/sysv-ipc.m4
+++ b/aclocal/sysv-ipc.m4
@@ -27,10 +27,10 @@ AC_CACHE_CHECK([whether $RTEMS_HOST defines union semun],
[union semun arg ;],
[rtems_cv_HAS_UNION_SEMUN="yes"],
[rtems_cv_HAS_UNION_SEMUN="no"])
-
+])
if test "$rtems_cv_HAS_UNION_SEMUN" = "yes"; then
AC_DEFINE(HAS_UNION_SEMUN)
-fi])
+fi
])
AC_DEFUN(RTEMS_SYSV_SEM,