forked from Imagelibrary/rtems
Remove some unix-specific checks.
This commit is contained in:
@@ -284,15 +284,13 @@ AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
|
||||
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"])
|
||||
|
||||
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes" \
|
||||
&& test x"${RTEMS_CPU}" != x"unix"])
|
||||
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
|
||||
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
|
||||
AM_CONDITIONAL([LIBGNAT],[test x"$rtems_cv_HAS_POSIX_API" = x"yes" \
|
||||
&& test x"$enable_ada" = x"yes"])
|
||||
|
||||
AM_CONDITIONAL([LIBDOSFS],[dnl
|
||||
test x"${RTEMS_CPU}" != x"unix" \
|
||||
&& test x"$ac_cv_type_uint8_t" = xyes \
|
||||
test x"$ac_cv_type_uint8_t" = xyes \
|
||||
&& test x"$ac_cv_type_uint16_t" = xyes])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
Reference in New Issue
Block a user