]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 7da57e146d373c53f1e7e0ff66d907ae6d99d174..57f0bd597cc81e52efb3ab6b2a56dd536050851c 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
   ;;