2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
This commit is contained in:
Joel Sherrill
2001-12-07 12:34:14 +00:00
parent d1d7545baa
commit a62f2a2a31
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
* configure.ac: Remove RTEMS_ENABLE_NETWORKING. * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_ENABLE_NETWORKING.
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Introduce RTEMS_BSP_CONFIGURE. * configure.ac: Introduce RTEMS_BSP_CONFIGURE.

View File

@@ -14,10 +14,8 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_ENABLE_NETWORKING
RTEMS_CHECK_NETWORKING RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# FIXME: Explanation cloned from mbx8xx # FIXME: Explanation cloned from mbx8xx