diff options
| author | Marc G. Fournier | 1998-01-25 04:14:36 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-01-25 04:14:36 +0000 |
| commit | 25a8c053e3309d53b82862e96a5594120ac7528b (patch) | |
| tree | ee43e12929470d7ea5a94e41e745c4bf2c1e135c /src/configure.in | |
| parent | 81dc2019217bb5706735d95531d6bab6aebd0834 (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.in | 2 |
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;; |
