change log for rtems (2010-05-01)

rtems-vc at rtems.org rtems-vc at rtems.org
Sat May 1 17:10:56 UTC 2010


 *ralf*:
2010-05-01	Ralf Corsépius <ralf.corsepius at rtems.org>

	* configure.ac: Add missing "&&".

M 1.2289  cpukit/ChangeLog
M  1.180  cpukit/configure.ac

diff -u rtems/cpukit/ChangeLog:1.2288 rtems/cpukit/ChangeLog:1.2289
--- rtems/cpukit/ChangeLog:1.2288	Fri Apr 30 23:18:59 2010
+++ rtems/cpukit/ChangeLog	Sat May  1 11:43:58 2010
@@ -1,5 +1,9 @@
 2010-05-01	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* configure.ac: Add missing "&&".
+
+2010-05-01	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* libcsupport/Makefile.am: Add libcsupport/src/flockfile.c,
 	libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c.
 	* libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c,

diff -u rtems/cpukit/configure.ac:1.179 rtems/cpukit/configure.ac:1.180
--- rtems/cpukit/configure.ac:1.179	Thu Apr 29 00:15:39 2010
+++ rtems/cpukit/configure.ac	Sat May  1 11:43:58 2010
@@ -270,9 +270,9 @@
 AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
 AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
 AM_CONDITIONAL([LIBHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
-test x"$enable_httpd" = xyes])
+&& test x"$enable_httpd" = xyes])
 AM_CONDITIONAL([LIBSHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
-test x"$enable_shttpd" = xyes])
+&& test x"$enable_shttpd" = xyes])
 
 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"])



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100501/d979f036/attachment-0001.html>


More information about the vc mailing list