From 5cad5bf575ea64ce8aabe1d68eeb5da978be5e60 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Jun 2008 14:49:52 +0000 Subject: Add AM_CONDITIONAL(LIBGNAT). --- cpukit/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 4636e1cba3..3b3d9d6861 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -290,6 +290,8 @@ 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([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" \ -- cgit v1.2.3