summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 16:16:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 16:16:43 +0000
commit20524babcf6b832d72e8ae67182a9dd5e4b75a17 (patch)
tree56cb2b3ae3d6d8ae81cabf6085a954560d392488 /c/src/configure.ac
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-20524babcf6b832d72e8ae67182a9dd5e4b75a17.tar.bz2
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove AM_CONDITIONAL(HAS_POSIX) (Unused).
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 5ea9eb1ee1..86408e4a9d 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -208,8 +208,6 @@ AS_IF([test "$host_cpu" = sparc],[
AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
-AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes")
-
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
&& test x"$rtems_cv_HAS_POSIX_API" = x"yes"])