From be3e0f7e42ff04f5a34b35efa925aaf6737f1794 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 07:14:24 +0000 Subject: 2002-07-22 Ralf Corsepius * configure.ac: Activate cpukit. Remove references to c/src/exec. --- configure.ac | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 43bf6970bd..44075c8c54 100644 --- a/configure.ac +++ b/configure.ac @@ -65,11 +65,9 @@ AS_IF([test x"${enable_docs}" = x"yes"], [RTEMS_HOST_CONFIG_SUBDIRS([doc])]) RTEMS_TARGET_CONFIG_SUBDIRS([c/make]) -if test x"$enable_multilib" = x"yes"; then -RTEMS_TARGET_CONFIG_SUBDIRS([c/src/exec]) -# FIXME: Not yet -# RTEMS_TARGET_CONFIG_SUBDIRS([c/src/lib]) -fi +AS_IF([test x"$enable_multilib" = x"yes"],[ + RTEMS_TARGET_CONFIG_SUBDIRS([cpukit]) +]) RTEMS_TARGET_CONFIG_SUBDIRS([c]) AC_CONFIG_FILES([Makefile -- cgit v1.2.3