From 5ee0392a55d3a35692c026f1b88909d7fd2d2666 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 16 Dec 2008 10:06:04 +0100 Subject: nsswitch: Move nsswitch files from source4 to top level nsswitch dir --- nsswitch/nsstest.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nsswitch/nsstest.m4 (limited to 'nsswitch/nsstest.m4') 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 -- cgit