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
commitf6ad4e87156abec413b4c5326de0b6220cc6e1f9 (patch)
tree4ed6a40a3f32bcf0931bc8eb3818730fc6485a65 /configure1.in
parent0aa3fef5029e222cb20191ae530858295078454d (diff)
downloademacs-f6ad4e87156abec413b4c5326de0b6220cc6e1f9.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
;;