diff options
author | Jim Blandy <jimb@redhat.com> | 1993-03-04 14:43:09 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-03-04 14:43:09 +0000 |
commit | 6e8737f97ce398601ab495752be6721ac826111f (patch) | |
tree | 8da069e294c28b96274110eb0fd57bbcfc910ee5 /configure1.in | |
parent | 449783e911271fd1382784168aef1008a5e73c14 (diff) | |
download | emacs-6e8737f97ce398601ab495752be6721ac826111f.tar.gz |
* configure: Handle isc3.0 correctly. This needs a more general
fix.
Diffstat (limited to 'configure1.in')
-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. |