diff options
| -rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 1a3915b019d..db232e2f152 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -552,6 +552,7 @@ case "${configuration}" in | |||
| 552 | *-isc* ) opsys=isc3-0 ;; | 552 | *-isc* ) opsys=isc3-0 ;; |
| 553 | *-esix* ) opsys=esix ;; | 553 | *-esix* ) opsys=esix ;; |
| 554 | *-xenix* ) opsys=xenix ;; | 554 | *-xenix* ) opsys=xenix ;; |
| 555 | *-sco3.2v4* ) opsys=sco4 ;; | ||
| 555 | ## Otherwise, we'll fall through to the generic opsys code at the bottom. | 556 | ## Otherwise, we'll fall through to the generic opsys code at the bottom. |
| 556 | esac | 557 | esac |
| 557 | ;; | 558 | ;; |