From d42058b1a7670ac3abdb33dc4c47ec99343c1ca2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 4 Aug 1999 20:25:54 +0000 Subject: [PATCH] * configure.in: Added missing `;;'. From Anthony Green. From-SVN: r28510 --- boehm-gc/ChangeLog | 4 ++++ boehm-gc/configure | 1 + boehm-gc/configure.in | 1 + 3 files changed, 6 insertions(+) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index fe48415..92ba20c 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +1999-08-04 Tom Tromey + + * configure.in: Added missing `;;'. From Anthony Green. + Mon Aug 2 23:09:41 1999 Rainer Orth * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4. diff --git a/boehm-gc/configure b/boehm-gc/configure index 739898c..91dfc8b 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -2415,6 +2415,7 @@ EOF #define NO_EXECUTE_PERMISSION 1 EOF + ;; sparc-sun-solaris2.3*) cat >> confdefs.h <<\EOF #define SUNOS53_SHARED_LIB 1 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) ;; -- 2.7.4