From 54bfe57bc069152484e940335195fb2f63940694 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 Jan 1995 19:10:22 +0000 Subject: [PATCH] On sunos4.1.3 and sunus4shr, set NON_GNU_CPP. Handle isc 4.1 operating system. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 31267bdba25..b7162af0d7c 100644 --- a/configure.in +++ b/configure.in @@ -639,8 +639,11 @@ case "${canonical}" in *-sunos4.1.3* ) opsys=sunos4-1-3 NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static + NON_GNU_CPP=/usr/lib/cpp + ;; + *-sunos4shr* ) opsys=sunos4shr + NON_GNU_CPP=/usr/lib/cpp ;; - *-sunos4shr* ) opsys=sunos4shr ;; *-sunos4* | *-sunos ) opsys=sunos4-1 NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static @@ -739,6 +742,7 @@ case "${canonical}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; *-isc4.0* ) opsys=isc4-0 ;; + *-isc4.* ) opsys=isc4-1 ;; *-isc* ) opsys=isc3-0 ;; *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; *-esix* ) opsys=esix ;; -- 2.11.4.GIT