aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-08-04 20:25:54 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-08-04 20:25:54 +0000
commitd42058b1a7670ac3abdb33dc4c47ec99343c1ca2 (patch)
tree7e4aa0f1f0b1efb82cb8df243792e28f6088937a /boehm-gc/configure.in
parent03c4e79139c2713b00c0bf79be98319531911272 (diff)
downloadgcc-d42058b1a7670ac3abdb33dc4c47ec99343c1ca2.zip
gcc-d42058b1a7670ac3abdb33dc4c47ec99343c1ca2.tar.gz
gcc-d42058b1a7670ac3abdb33dc4c47ec99343c1ca2.tar.bz2
* configure.in: Added missing `;;'. From Anthony Green.
From-SVN: r28510
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index c39f3e2..4546647 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -149,6 +149,7 @@ case "$host" in
mips-*-*)
machdep="mips_sgi_mach_dep.lo"
AC_DEFINE(NO_EXECUTE_PERMISSION)
+ ;;
sparc-sun-solaris2.3*)
AC_DEFINE(SUNOS53_SHARED_LIB)
;;