summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:19:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:19:42 +0000
commit658ad2229b9c54d02178667be3bebf3ca5e1853b (patch)
tree2553977c28ef986c22f80d40d8fae5827f02e6de /c/src/lib/libbsp/i386/ts_386ex/configure.ac
parent2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de> (diff)
downloadrtems-658ad2229b9c54d02178667be3bebf3ca5e1853b.tar.bz2
2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove stray ';', PR 139.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/configure.ac b/c/src/lib/libbsp/i386/ts_386ex/configure.ac
index 97447a0e51..ac9b187dc5 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/configure.ac
+++ b/c/src/lib/libbsp/i386/ts_386ex/configure.ac
@@ -19,7 +19,7 @@ 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")