(i[34]86-*-*): Check for *-nextstop*.
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 1994 17:15:40 +0000 (17:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Jan 1994 17:15:40 +0000 (17:15 +0000)
configure1.in

index 7da57e1..57f0bd5 100755 (executable)
@@ -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
   ;;