mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
* configure: Handle isc3.0 correctly. This needs a more general
fix.
This commit is contained in:
parent
449783e911
commit
6e8737f97c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user