2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove librpc.
This commit is contained in:
Ralf Corsepius
2002-06-25 17:05:20 +00:00
parent 0b2f26d4d9
commit 3ebe28f20f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove librpc.
2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Per PR233, moved librpc to exec. Ralf will patch after move.

View File

@@ -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