mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
case "$host_os" in
|
|
*linux*)
|
|
SMB_ENABLE(nsstest,YES)
|
|
;;
|
|
*)
|
|
SMB_ENABLE(nsstest,NO)
|
|
;;
|
|
esac
|