From 3e23af407de94b3cb16b2eb1aae81a4ef33124f9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 Aug 1996 21:28:16 +0000 Subject: [PATCH] (*-sunos4.1.[3-9]*noshare): Move this before the more general *-sunos4.1.[3-9]* clause. --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 2971b9adb74..17832a3071a 100644 --- a/configure.in +++ b/configure.in @@ -708,16 +708,16 @@ case "${canonical}" in ## The Sun386 didn't get past 4.0. i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; - *-sunos4.1.[3-9]* | *-sunos4shr*) - opsys=sunos4shr - NON_GNU_CPP=/usr/lib/cpp - ;; *-sunos4.1.[3-9]*noshare ) opsys=sunos4-1-3 NON_GNU_CPP=/usr/lib/cpp NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static ;; + *-sunos4.1.[3-9]* | *-sunos4shr*) + opsys=sunos4shr + NON_GNU_CPP=/usr/lib/cpp + ;; *-sunos4* | *-sunos ) opsys=sunos4-1 NON_GCC_TEST_OPTIONS=-Bstatic -- 2.39.5