aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-22 18:58:28 +0000
committerRichard M. Stallman1995-06-22 18:58:28 +0000
commit30c7e3b3fe37c9c6c8501ecdca2168c55e2843b4 (patch)
tree12b4a1ff21b0efe783c24ebe84369a75f2233f68
parent0b086efb1fb0084d1c47ababbbec509942a80bff (diff)
downloademacs-30c7e3b3fe37c9c6c8501ecdca2168c55e2843b4.tar.gz
emacs-30c7e3b3fe37c9c6c8501ecdca2168c55e2843b4.zip
Treat SunOS 4.1.4 like SunOS 4.1.3.
(Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.)
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index df1d1ea2213..1e5dfba7ad2 100644
--- a/configure.in
+++ b/configure.in
@@ -653,7 +653,7 @@ case "${canonical}" in
653 ## The Sun386 didn't get past 4.0. 653 ## The Sun386 didn't get past 4.0.
654 i[345]86-*-sunos4 ) opsys=sunos4-0 ;; 654 i[345]86-*-sunos4 ) opsys=sunos4-0 ;;
655 *-sunos4.0* ) opsys=sunos4-0 ;; 655 *-sunos4.0* ) opsys=sunos4-0 ;;
656 *-sunos4.1.3* | *-sunos4shr* ) opsys=sunos4shr 656 *-sunos4.1.[3-9]* | *-sunos4shr* ) opsys=sunos4shr
657 NON_GNU_CPP=/usr/lib/cpp 657 NON_GNU_CPP=/usr/lib/cpp
658 ;; 658 ;;
659 *-sunos4* | *-sunos ) opsys=sunos4-1 659 *-sunos4* | *-sunos ) opsys=sunos4-1