summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-01 04:12:00 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-01 04:12:00 +0000
commit49ee70e2655d7a25d4ab515be5a246880d4e08c6 (patch)
tree82994e57704e2ae62dfe0a1722e00e6f03e0baa6 /configure1.in
parent3467d826e29d7183c54c59ca8cb8415b1de8d3d1 (diff)
downloademacs-49ee70e2655d7a25d4ab515be5a246880d4e08c6.tar.gz
Handle 386bsd.
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 48f908bc43f..f394c9f45ee 100755
--- a/configure1.in
+++ b/configure1.in
@@ -641,6 +641,7 @@ case "${configuration}" in
*-linux* ) opsys=linux ;;
*-sco3.2v4* ) opsys=sco4 ;;
*-bsd386* ) opsys=bsd386 ;;
+ *-386bsd ) opsys=386bsd ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
;;