diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-06 18:42:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-06 18:42:47 +0000 |
commit | f3f60cd5a97ae9da7a5124698a73fe2b0e713759 (patch) | |
tree | e33819322e3bba50010638a8718426b56d7ed1e5 /configure1.in | |
parent | 1c6a187976b10558557d71dea66f5a63fb587fdf (diff) | |
download | emacs-f3f60cd5a97ae9da7a5124698a73fe2b0e713759.tar.gz |
Support *-sco3.2v4* as opsystem.
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 1a3915b019d..db232e2f152 100755 --- a/configure1.in +++ b/configure1.in @@ -552,6 +552,7 @@ case "${configuration}" in *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; + *-sco3.2v4* ) opsys=sco4 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;; |