summaryrefslogtreecommitdiffstats
path: root/c/src/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 16:16:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 16:16:44 +0000
commit4bdebdfe38003165d82a6f0b239d5fb3e4cd9a5b (patch)
tree3cf017f667f3ca519597e8ddbecb9fd13f204643 /c/src/configure.in
parentPatch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4bdebdfe38003165d82a6f0b239d5fb3e4cd9a5b.tar.bz2
Patch rtems-rc-19991203-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>"""
which is an adaptation of a patch from Ian Lance Taylor plus a few other changes that should significantly speed up building librtemsall.a.
Diffstat (limited to '')
-rw-r--r--c/src/configure.in2
1 files changed, 2 insertions, 0 deletions
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++";