summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 05:27:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 05:27:23 +0000
commit0d2c683b8c2a96f3abe7e6a89c9eeca09c5282b8 (patch)
tree56d06e6cbc566c10d08da29568fd9833942bafc8 /c/src/configure.ac
parentRemove BARE_CPU_MODEL. (diff)
downloadrtems-0d2c683b8c2a96f3abe7e6a89c9eeca09c5282b8.tar.bz2
Remove AM_CONDITIONAL MULTILIB.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index e1c88b09a6..7207cb2189 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -202,8 +202,6 @@ AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes")
-AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
-
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"])