# HG changeset patch # User Richard M. Stallman # Date 757444540 0 # Node ID 22536a487155b8ba1aa77f42dbee8887d76e017c # Parent dd44db966842dbff5f8063e2dc4c0e172ed90f7b (i[34]86-*-*): Check for *-nextstop*. diff -r dd44db966842 -r 22536a487155 configure1.in --- 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 ;;