summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier1998-01-25 04:14:36 +0000
committerMarc G. Fournier1998-01-25 04:14:36 +0000
commit25a8c053e3309d53b82862e96a5594120ac7528b (patch)
treeee43e12929470d7ea5a94e41e745c4bf2c1e135c /src/configure.in
parent81dc2019217bb5706735d95531d6bab6aebd0834 (diff)
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Hi -- a couple of small items concerning the January 23rd snapshot: the inclusion of the Kerberos stuff in one Makefile, a "leading tab" cleanup in another, and a fix for a typo in the configure script.
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index c77c33bb029..dd5143d0d69 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -16,7 +16,7 @@ case "$host_os" in
sunos*) os=sunos4 ;;
linux*) os=linux ;;
bsdi*) os=bsdi ;;
- freebsd*|netbsd|openbsd*) os=bsd ;;
+ freebsd*|netbsd*|openbsd*) os=bsd ;;
dgux*) os=dgux;;
aix*) os=aix ;;
nextstep*) os=nextstep;;