diff options
Diffstat (limited to 'nsswitch/nsstest.m4')
-rw-r--r-- | nsswitch/nsstest.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nsswitch/nsstest.m4 b/nsswitch/nsstest.m4 new file mode 100644 index 0000000000..37596489c0 --- /dev/null +++ b/nsswitch/nsstest.m4 @@ -0,0 +1,8 @@ +case "$host_os" in + *linux*) + SMB_ENABLE(nsstest,YES) + ;; + *) + SMB_ENABLE(nsstest,NO) + ;; +esac |