From 91d39bf04a9971dd8eee33c55f75c5df22a88b27 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 Jan 1994 17:15:40 +0000 Subject: [PATCH] (i[34]86-*-*): Check for *-nextstop*. --- configure1.in | 1 + 1 file changed, 1 insertion(+) 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 ;; -- 2.39.5