Mercurial > emacs
changeset 2678:7431b5746e08
Support *-sco3.2v4* as opsystem.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 May 1993 18:42:47 +0000 |
parents | e88f7e892384 |
children | b18c93cb19dd |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Thu May 06 18:41:14 1993 +0000 +++ b/configure1.in Thu May 06 18:42:47 1993 +0000 @@ -552,6 +552,7 @@ *-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 ;;