summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 07:22:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 07:22:25 +0000
commit87f5e2d207699e188957ff8235a4540a4fda677a (patch)
treea5b89fd55c00f419db4d0b38fd7cb2ec07351763 /cpukit
parent2011-03-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-87f5e2d207699e188957ff8235a4540a4fda677a.tar.bz2
2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove unused AM_CONDITIONAL([NEED_SYS_CDEFS_H]). Remove unused AM_CONDITIONAL([NEED_SYS_QUEUE_H]).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac6
2 files changed, 5 insertions, 6 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 58bdcfed82..b5b85998b3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove unused AM_CONDITIONAL([NEED_SYS_CDEFS_H]).
+ Remove unused AM_CONDITIONAL([NEED_SYS_QUEUE_H]).
+
2011-03-01 Chris Johns <chrisj@rtems.org>
* score/src/heapfree.c, score/src/heapresizeblock.c: PR 1746. Move
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 5a5ae8f67d..a19b0c9637 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -272,9 +272,6 @@ AC_MSG_RESULT([$HAVE_ASSIGNABLE_STDIO])
# libmisc/serdbg exploits weak symbols
RTEMS_CHECK_GCC_WEAK
-AC_CHECK_HEADERS([sys/cdefs.h],[NEED_SYS_CDEFS_H=no],[NEED_SYS_CDEFS_H=yes])
-AC_CHECK_HEADERS([sys/queue.h],[NEED_SYS_QUEUE_H=no],[NEED_SYS_QUEUE_H=yes])
-
# FIXME: These checks are only in here to provide
# configuration-time diagnostics and are not really used.
AC_CHECK_DECLS([_POSIX_LOGIN_NAME_MAX],,,[#include <limits.h>])
@@ -305,9 +302,6 @@ AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
-AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
-AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
-
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
AM_CONDITIONAL([LIBGNAT],[test x"$rtems_cv_HAS_POSIX_API" = x"yes" \