2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* PR139
	* configure.ac: Remove stray ';', breaks building with automake-1.6.
This commit is contained in:
Joel Sherrill
2002-03-20 14:20:44 +00:00
parent 658ad2229b
commit 7ed57bd364
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* PR139
* configure.ac: Remove stray ';', breaks building with automake-1.6.
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.

View File

@@ -19,9 +19,9 @@ RTEMS_CHECK_NETWORKING
## if this is an i386, does gas have good code16 support?
RTEMS_I386_GAS_CODE16
AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
AM_CONDITIONAL(RTEMS_GAS_CODE16,[test "$RTEMS_GAS_CODE16" = "yes"])
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AM_CONDITIONAL(HAS_NETWORKING,[test "$HAS_NETWORKING" = "yes"])
RTEMS_CONFIG_BUILD_SUBDIRS(tools)