summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/wrapup/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac
index 4a4fe568b8..453bb81e8a 100644
--- a/c/src/wrapup/configure.ac
+++ b/c/src/wrapup/configure.ac
@@ -36,11 +36,8 @@ 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"])
+AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT