summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-07 22:22:17 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-07 22:22:17 +0000
commit2e9bfa3ef51acc861c0c418ed16c3a23202fe35e (patch)
treeae59d7ec12efe283186042383b5e2af02e22242a /configure.in
parent947cc6f6be26e5973b1e637eb82cc897ce753a5e (diff)
downloademacs-2e9bfa3ef51acc861c0c418ed16c3a23202fe35e.tar.gz
Split bsdos2 and bsdos2-1.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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 ;;