diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 20:25:54 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-04 20:25:54 +0000 |
commit | 1df1f19ff9b1ddc47e7af8f8de03d371282a2e30 (patch) | |
tree | 7e4aa0f1f0b1efb82cb8df243792e28f6088937a /boehm-gc/configure.in | |
parent | ff9123b908c08863f68545910e1fdf30d1c710ce (diff) | |
download | ppe42-gcc-1df1f19ff9b1ddc47e7af8f8de03d371282a2e30.tar.gz ppe42-gcc-1df1f19ff9b1ddc47e7af8f8de03d371282a2e30.zip |
* configure.in: Added missing `;;'. From Anthony Green.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28510 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index c39f3e27c7a..45466473534 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) ;; |