mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b163ab8008
(This used to be commit 4e7dc9eae4
)
10 lines
99 B
Plaintext
10 lines
99 B
Plaintext
case "$host_os" in
|
|
*linux*)
|
|
SMB_ENABLE(nsstest,YES)
|
|
;;
|
|
*)
|
|
SMB_ENABLE(nsstest,NO)
|
|
;;
|
|
esac
|
|
|