summaryrefslogtreecommitdiffstats
path: root/aclocal/sysv-ipc.m4
diff options
context:
space:
mode:
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,