diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-05 15:47:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:20 +0100 |
commit | 6ce86941de76b27772172717ba5de17ab6fb081d (patch) | |
tree | b14fcb073182592805823e8ff3d1f9f663d2f13f /source4/configure.ac | |
parent | 4d354fd58374df6ab5ae52e6cd61988377ceddb2 (diff) | |
download | samba-6ce86941de76b27772172717ba5de17ab6fb081d.tar.gz samba-6ce86941de76b27772172717ba5de17ab6fb081d.tar.xz samba-6ce86941de76b27772172717ba5de17ab6fb081d.zip |
r25839: use nss_wrapper code in samba4 if
--enable-nss-wrapper or --enable-developer is given
metze
(This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 52be29c0228..520808051e4 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -85,6 +85,7 @@ m4_include(scripting/swig/config.m4) m4_include(ntvfs/posix/config.m4) m4_include(ntvfs/unixuid/config.m4) m4_include(lib/socket_wrapper/config.m4) +m4_include(lib/nss_wrapper/config.m4) m4_include(auth/config.m4) m4_include(kdc/config.m4) m4_include(ntvfs/sysdep/config.m4) |