summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-06 18:42:47 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-06 18:42:47 +0000
commitf3f60cd5a97ae9da7a5124698a73fe2b0e713759 (patch)
treee33819322e3bba50010638a8718426b56d7ed1e5 /configure1.in
parent1c6a187976b10558557d71dea66f5a63fb587fdf (diff)
downloademacs-f3f60cd5a97ae9da7a5124698a73fe2b0e713759.tar.gz
Support *-sco3.2v4* as opsystem.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in1
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
*-isc* ) opsys=isc3-0 ;;
*-esix* ) opsys=esix ;;
*-xenix* ) opsys=xenix ;;
+ *-sco3.2v4* ) opsys=sco4 ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
;;