<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-05-01)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>

        * configure.ac: Add missing "&&".
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2288&r2=text&tr2=1.2289&diff_format=h">M</a></td><td width='1%'>1.2289</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/configure.ac.diff?r1=text&tr1=1.179&r2=text&tr2=1.180&diff_format=h">M</a></td><td width='1%'>1.180</td><td width='100%'>cpukit/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-05-01        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * configure.ac: Add missing "&&".
+
+2010-05-01     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * libcsupport/Makefile.am: Add libcsupport/src/flockfile.c,
        libcsupport/src/ftrylockfile.c, libcsupport/src/funlockfile.c.
        * libcsupport/src/flockfile.c, libcsupport/src/ftrylockfile.c,

<font color='#006600'>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
</font><font color='#997700'>@@ -270,9 +270,9 @@
</font> 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 \
<font color='#880000'>-test x"$enable_httpd" = xyes])
</font><font color='#000088'>+&& test x"$enable_httpd" = xyes])
</font> AM_CONDITIONAL([LIBSHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
<font color='#880000'>-test x"$enable_shttpd" = xyes])
</font><font color='#000088'>+&& test x"$enable_shttpd" = xyes])
</font> 
 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"])
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>