From 30c7e3b3fe37c9c6c8501ecdca2168c55e2843b4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 22 Jun 1995 18:58:28 +0000 Subject: [PATCH] Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ## The Sun386 didn't get past 4.0. i[345]86-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; - *-sunos4.1.3* | *-sunos4shr* ) opsys=sunos4shr + *-sunos4.1.[3-9]* | *-sunos4shr* ) opsys=sunos4shr NON_GNU_CPP=/usr/lib/cpp ;; *-sunos4* | *-sunos ) opsys=sunos4-1 -- 2.39.2