diff options
-rwxr-xr-x | configure1.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. |