summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:42:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:42:56 +0000
commit9f6293607e230745a5e6dec41e7e40f16abdbfd9 (patch)
treeee8feeaca589ab9439656e3d048ce295e0116d23 /cpukit/configure.ac
parent2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f6293607e230745a5e6dec41e7e40f16abdbfd9.tar.bz2
Introduce AM_CONDITIONAL(LIBDOSFS).
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index a93492609f..8215de4853 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -265,6 +265,11 @@ AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = 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_uint16_t" = xyes])
+
AC_CONFIG_HEADER(config.h)
# Explicitly list all Makefiles here