summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-25 17:05:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-25 17:05:20 +0000
commit3ebe28f20f5f058312d34ad4b3636ef771ed06eb (patch)
tree1342387553277059e0bc240402693532b72e9069 /c/src/configure.ac
parent2002-06-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3ebe28f20f5f058312d34ad4b3636ef771ed06eb.tar.bz2
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove librpc.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index ac58d78aa3..818da55246 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -43,7 +43,7 @@ if test "$RTEMS_CPU" != "unix"; then
fi
if test "$HAS_NETWORKING" = "yes"; then
- AC_CONFIG_SUBDIRS(libnetworking librpc)
+ AC_CONFIG_SUBDIRS(libnetworking)
if test "$RTEMS_HAS_RDBG" = "yes"; then
RTEMS_CHECK_RDBG(RTEMS_BSP)
fi