diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 6659811708..ca1e710172 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2009-10-21 Ralf Corsépius + + * aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB. + 2009-10-21 Ralf Corsépius * configure.ac: Remove AM_CONDITIONAL MULTILIB. diff --git a/c/src/aclocal/env-rtemsbsp.m4 b/c/src/aclocal/env-rtemsbsp.m4 index 5f856925f8..d32d43c460 100644 --- a/c/src/aclocal/env-rtemsbsp.m4 +++ b/c/src/aclocal/env-rtemsbsp.m4 @@ -27,8 +27,6 @@ RTEMS_BSP="$rtems_cv_RTEMS_BSP" AC_MSG_RESULT(${RTEMS_BSP}) AC_SUBST(RTEMS_BSP) -AM_CONDITIONAL([MULTILIB],[false]) - includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include" libdir="\${exec_prefix}/${RTEMS_BSP}/lib"