From: Richard M. Stallman Date: Sat, 1 Jan 1994 17:15:40 +0000 (+0000) Subject: (i[34]86-*-*): Check for *-nextstop*. X-Git-Tag: emacs-19.34~10443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91d39bf04a9971dd8eee33c55f75c5df22a88b27;p=emacs.git (i[34]86-*-*): Check for *-nextstop*. --- diff --git a/configure1.in b/configure1.in index 7da57e146d3..57f0bd597cc 100755 --- a/configure1.in +++ b/configure1.in @@ -951,6 +951,7 @@ case "${canonical}" in *-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 ;;