From c9b07e92d10a1a0f5515dc1a4b70c4c6f912f5ed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Mar 1999 22:49:17 +0000 Subject: Automake II patch from Ralf Corsepius : With my most recent automake patch (automake II) we could even simplify more files below make/, because the host-compiler related parts of those files aren't used anymore :-. Whatsoever, the patch below should fix this problem. Note: This is a mere bug fix, it doesn't move any of the variables involved to target.cfg nor does it try to eliminate any variable. --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5b07e3794a..481540061c 100644 --- a/configure.in +++ b/configure.in @@ -362,6 +362,7 @@ AC_SUBST(RTEMS_HOST) AC_SUBST(RTEMS_LIBC_DIR) AC_SUBST(RTEMS_USE_OWN_PDIR) AC_SUBST(RTEMS_HAS_POSIX_API) +AC_SUBST(RTEMS_HAS_MULTIPROCESSING) AC_SUBST(RTEMS_HAS_NETWORKING) AC_SUBST(RTEMS_HAS_RDBG) AC_SUBST(RTEMS_USE_MACROS) -- cgit v1.2.3