summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/wrapup/configure.ac')
-rw-r--r--c/src/wrapup/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac
index 8f4c1b2c43..4a4fe568b8 100644
--- a/c/src/wrapup/configure.ac
+++ b/c/src/wrapup/configure.ac
@@ -36,6 +36,10 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
+AM_CONDITIONAL([MULTILIB],[test x"$enable_multilib" = x"yes"])
+AM_CONDITIONAL([HAS_POSIX],[test x"$enable_posix" = x"yes"])
+AM_CONDITIONAL([HAS_ITRON],[test x"$enable_itron" = x"yes"])
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
])