From 7ed57bd364420f8fdaafa56257f00a0c1fa894fe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Mar 2002 14:20:44 +0000 Subject: 2002-03-16 Ralf Corsepius * PR139 * configure.ac: Remove stray ';', breaks building with automake-1.6. --- c/src/lib/libbsp/i386/pc386/ChangeLog | 5 +++++ c/src/lib/libbsp/i386/pc386/configure.ac | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog index f06d0f157a..01194578cd 100644 --- a/c/src/lib/libbsp/i386/pc386/ChangeLog +++ b/c/src/lib/libbsp/i386/pc386/ChangeLog @@ -1,3 +1,8 @@ +2002-03-16 Ralf Corsepius + + * PR139 + * configure.ac: Remove stray ';', breaks building with automake-1.6. + 2002-01-03 Ralf Corsepius * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h. diff --git a/c/src/lib/libbsp/i386/pc386/configure.ac b/c/src/lib/libbsp/i386/pc386/configure.ac index 58a067d846..3201ac94af 100644 --- a/c/src/lib/libbsp/i386/pc386/configure.ac +++ b/c/src/lib/libbsp/i386/pc386/configure.ac @@ -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) -- cgit v1.2.3