2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Fix latent bug exposed by removal of config.cache's
	which prevented powerpc targets librdbg from building.
This commit is contained in:
Joel Sherrill
2001-10-17 20:29:38 +00:00
parent beec29b7a9
commit f8a73a9e65
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Fix latent bug exposed by removal of config.cache's
which prevented powerpc targets librdbg from building.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52. * .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -42,7 +42,7 @@ AM_CONDITIONAL(RPCTOOLS, test "$rpctools" != "no")
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir) RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
RTEMS_CHECK_NETWORKING(RTEMS_BSP) RTEMS_CHECK_NETWORKING(RTEMS_BSP)
RTEMS_CHECK_RDBG(bspdir) RTEMS_CHECK_RDBG(RTEMS_BSP)
AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes") AM_CONDITIONAL(HAS_RDBG,test "$HAS_RDBG" = "yes")