From: Richard M. Stallman Date: Sat, 3 Aug 1996 21:28:16 +0000 (+0000) Subject: (*-sunos4.1.[3-9]*noshare): Move this before X-Git-Tag: emacs-19.34~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e23af407de94b3cb16b2eb1aae81a4ef33124f9;p=emacs.git (*-sunos4.1.[3-9]*noshare): Move this before the more general *-sunos4.1.[3-9]* clause. --- 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