summaryrefslogtreecommitdiff
path: root/source4/nsswitch/nsstest.m4
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2007-06-14 06:05:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:19 -0500
commitb163ab8008fb0280677f55c5e5b6e3fddb2e0254 (patch)
treed8a588148c04a422bdfda848d223159b7e92ddf3 /source4/nsswitch/nsstest.m4
parent91adebe749beb0dc23cacaea316cb2b724776aad (diff)
downloadsamba-b163ab8008fb0280677f55c5e5b6e3fddb2e0254.tar.gz
samba-b163ab8008fb0280677f55c5e5b6e3fddb2e0254.tar.bz2
samba-b163ab8008fb0280677f55c5e5b6e3fddb2e0254.zip
r23481: As per metze's suggestion, move the nsstest files from torture/ to nsswitch/
(This used to be commit 4e7dc9eae4a30f67a87dbf8ccfda7f6a3ace114d)
Diffstat (limited to 'source4/nsswitch/nsstest.m4')
-rw-r--r--source4/nsswitch/nsstest.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/nsswitch/nsstest.m4 b/source4/nsswitch/nsstest.m4
new file mode 100644
index 0000000000..2856f9de15
--- /dev/null
+++ b/source4/nsswitch/nsstest.m4
@@ -0,0 +1,9 @@
+case "$host_os" in
+ *linux*)
+ SMB_ENABLE(nsstest,YES)
+ ;;
+ *)
+ SMB_ENABLE(nsstest,NO)
+ ;;
+esac
+