summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 02:28:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 02:28:58 +0000
commitc3bd75da47a9948a2b31deaecd881d916e838f8e (patch)
treec1ffe45af3a880766fc55e318c9026dd878c2e51
parentReplace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING). (diff)
downloadrtems-c3bd75da47a9948a2b31deaecd881d916e838f8e.tar.bz2
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac, Makefile.am, configure.ac, ftpd/Makefile.am, httpd/Makefile.am, libnetworking/Makefile.am, pppd/Makefile.am, telnetd/Makefile.am, wrapup/Makefile.am: Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0f62090418..dd23975733 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac, Makefile.am, configure.ac, ftpd/Makefile.am,
+ httpd/Makefile.am, libnetworking/Makefile.am, pppd/Makefile.am,
+ telnetd/Makefile.am, wrapup/Makefile.am: Replace
+ AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).
+
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* score/inline/rtems/score/object.inl, score/src/objectnametoid.c: