mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:58:32 +08:00
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add missing "&&".
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add missing "&&".
|
||||
|
||||
2010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/Makefile.am: Add libcsupport/src/flockfile.c,
|
||||
|
||||
+2
-2
@@ -270,9 +270,9 @@ AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
|
||||
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"])
|
||||
|
||||
Reference in New Issue
Block a user