diff options
author | Tim Potter <tpot@samba.org> | 2003-07-31 04:28:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-07-31 04:28:43 +0000 |
commit | 48c01deb300b51c97865ec0d738c64c7722da0d7 (patch) | |
tree | cd4c55b852bf5e4cba59e9bab15f996ae671294a | |
parent | 04b4c100c36200ec04cffeb70aced71641831332 (diff) | |
download | samba-48c01deb300b51c97865ec0d738c64c7722da0d7.tar.gz samba-48c01deb300b51c97865ec0d738c64c7722da0d7.tar.bz2 samba-48c01deb300b51c97865ec0d738c64c7722da0d7.zip |
Whoops - this is probably better shell syntax.
(This used to be commit 4644085b682c806796f9acf2ed73de9dd9872738)
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 9e66ac9a15..06f1ce64c4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3708,8 +3708,7 @@ WINBIND_WINS_NSS="nsswitch/libnss_wins.$SHLIBEXT" WINBIND_NSS_LDSHFLAGS=$LDSHFLAGS case "$host_os" in - *freebsd*) - *linux*) + *linux*|*freebsd*) WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_linux.o" ;; *irix*) |