From: Karl Heuer Date: Sun, 7 Jul 1996 22:22:17 +0000 (+0000) Subject: Split bsdos2 and bsdos2-1. X-Git-Tag: emacs-19.34~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=610d39ebff53db600792bbe9e23f40fda409cc5c;p=emacs.git Split bsdos2 and bsdos2-1. --- diff --git a/configure.in b/configure.in index 86887160fc6..0c9b828dd3e 100644 --- a/configure.in +++ b/configure.in @@ -847,7 +847,8 @@ case "${canonical}" in OVERRIDE_CPPFLAGS= ;; *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; - *-bsdi2* ) opsys=bsdos2 ;; + *-bsdi2.0* ) opsys=bsdos2 ;; + *-bsdi2* ) opsys=bsdos2-1 ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;; *-nextstep* ) opsys=nextstep ;;