Mercurial > emacs
diff configure1.in @ 5408:22536a487155
(i[34]86-*-*): Check for *-nextstop*.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 01 Jan 1994 17:15:40 +0000 |
parents | dd44db966842 |
children | 8f79303487ae |
line wrap: on
line diff
--- a/configure1.in Sat Jan 01 17:12:22 1994 +0000 +++ b/configure1.in Sat Jan 01 17:15:40 1994 +0000 @@ -951,6 +951,7 @@ *-bsd386* ) opsys=bsd386 ;; *-386bsd* ) opsys=386bsd ;; *-netbsd* ) opsys=netbsd ;; + *-nextstep* ) opsys=mach2 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;;