changeset 2007:b1debd92d79d

* configure: Handle isc3.0 correctly. This needs a more general fix.
author Jim Blandy <jimb@redhat.com>
date Thu, 04 Mar 1993 14:43:09 +0000
parents 3f64e7ba7fdd
children 0200d8d4326c
files configure1.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Wed Mar 03 20:49:21 1993 +0000
+++ b/configure1.in	Thu Mar 04 14:43:09 1993 +0000
@@ -465,7 +465,8 @@
     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.