From 6e8737f97ce398601ab495752be6721ac826111f Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 4 Mar 1993 14:43:09 +0000 Subject: [PATCH] * configure: Handle isc3.0 correctly. This needs a more general fix. --- configure1.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index 1dba271670b..de839106d0a 100755 --- a/configure1.in +++ b/configure1.in @@ -465,7 +465,8 @@ case "${configuration}" in machine=intel386 case "${configuration}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; - *-isc* ) opsys=isc2-2 ;; + *-isc2.2 ) opsys=isc2-2 ;; + *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom.