diff options
| -rw-r--r-- | configure.in | 3 |
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 | |||
| 847 | OVERRIDE_CPPFLAGS= | 847 | OVERRIDE_CPPFLAGS= |
| 848 | ;; | 848 | ;; |
| 849 | *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; | 849 | *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; |
| 850 | *-bsdi2* ) opsys=bsdos2 ;; | 850 | *-bsdi2.0* ) opsys=bsdos2 ;; |
| 851 | *-bsdi2* ) opsys=bsdos2-1 ;; | ||
| 851 | *-386bsd* ) opsys=386bsd ;; | 852 | *-386bsd* ) opsys=386bsd ;; |
| 852 | *-freebsd* ) opsys=freebsd ;; | 853 | *-freebsd* ) opsys=freebsd ;; |
| 853 | *-nextstep* ) opsys=nextstep ;; | 854 | *-nextstep* ) opsys=nextstep ;; |