diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-09 21:42:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-09 21:42:43 +0000 |
commit | 1f7dbe2511cb4b3a335bcaaa55e3ee4f8cd906cd (patch) | |
tree | 16c5ba63609d4474ff1867b78cdaba96fca72fd8 /configure1.in | |
parent | c5de2c8a820d8cb7be862dedc23aedf2f2726c5c (diff) | |
download | emacs-1f7dbe2511cb4b3a335bcaaa55e3ee4f8cd906cd.tar.gz |
Handle -isc4.0*.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 0bd54698ca0..387a9a7f0a2 100755 --- a/configure1.in +++ b/configure1.in @@ -1010,6 +1010,7 @@ case "${canonical}" in case "${canonical}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; + *-isc4.0* ) opsys=isc4-0 ;; *-isc* ) opsys=isc3-0 ;; *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; *-esix* ) opsys=esix ;; |