From 4bdebdfe38003165d82a6f0b239d5fb3e4cd9a5b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 Dec 1999 16:16:44 +0000 Subject: Patch rtems-rc-19991203-4.diff from Ralf Corsepius """ which is an adaptation of a patch from Ian Lance Taylor plus a few other changes that should significantly speed up building librtemsall.a. --- c/src/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/configure.in') diff --git a/c/src/configure.in b/c/src/configure.in index f4b2ca89ef..9344cf7e3f 100644 --- a/c/src/configure.in +++ b/c/src/configure.in @@ -44,6 +44,8 @@ fi if test "$HAS_RDBG" = "yes"; then cfg_subdirs="$cfg_subdirs librdbg" fi +AM_CONDITIONAL(HAS_NETWORKING, test "$HAS_NETWORKING" = "yes" ) +AM_CONDITIONAL(HAS_RDBG, test "$HAS_RDBG" = "yes" ) if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then cfg_subdirs="$cfg_subdirs librtems++"; -- cgit v1.2.3