summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 03:42:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 03:42:31 +0000
commitaab1ef598239615ddb445c24f403ee1c71b89549 (patch)
treef8e54f46e54f11a463c08f911b547c2c4148f53f
parentUse rtems_cv_HAS_NETWORKING instead of HAS_NETWORKING. (diff)
downloadrtems-aab1ef598239615ddb445c24f403ee1c71b89549.tar.bz2
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-networking.m4: Integrate type checks. * configure.ac: Use rtems_cv_HAS_NETWORKING instead of HAS_NETWORKING.
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bd57fe37b6..56adafb8da 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * aclocal/check-networking.m4: Integrate type checks.
+ * configure.ac: Use rtems_cv_HAS_NETWORKING instead of
+ HAS_NETWORKING.
+
+2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* aclocal/check-itron.m4: Integrate ITRON-type checks.
* configure.ac: Remove ITRON-type checks.
Move RTEMS_CHECK* after type-checks.