* configure.in (m68k-bull-sysv3): new config.
authorJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:11:06 +0000 (06:11 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:11:06 +0000 (06:11 +0000)
configure1.in

index ac7809e..39de49f 100755 (executable)
@@ -449,8 +449,13 @@ case "${configuration}" in
     machine=7300 opsys=usg5-2-2
   ;;
 
+  ## Bull dpx2
+  m68*-bull-sysv3* )
+    machine=dpx2 opsys=usg5-3
+  ;;
+
   ## Bull sps7
-  m68*-bull-sysv* )
+  m68*-bull-sysv2* )
     machine=sps7 opsys=usg5-2
   ;;