changeset 5408:22536a487155

(i[34]86-*-*): Check for *-nextstop*.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jan 1994 17:15:40 +0000
parents dd44db966842
children a5c38a92e787
files configure1.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
   ;;