# HG changeset patch # User Jim Blandy # Date 731256189 0 # Node ID b1debd92d79da43b6e31f55ea56baa8b9e90beb1 # Parent 3f64e7ba7fdd999df35a81fbfc5c00bbfbd8ef8e * configure: Handle isc3.0 correctly. This needs a more general fix. diff -r 3f64e7ba7fdd -r b1debd92d79d configure1.in --- 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.