diff options
author | Simo Sorce <idra@samba.org> | 2005-06-03 14:15:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:30 -0500 |
commit | 98a18d670475aedccbce28f43c1dd01da8cb517e (patch) | |
tree | 221d67bbd15523da7d1a5160ec3823d29ab47c82 /source4/configure.in | |
parent | 6eb8838190534106c6afedf37ba52cd03d501c8b (diff) | |
download | samba-98a18d670475aedccbce28f43c1dd01da8cb517e.tar.gz samba-98a18d670475aedccbce28f43c1dd01da8cb517e.tar.xz samba-98a18d670475aedccbce28f43c1dd01da8cb517e.zip |
r7237: we need to check for PAM here
(This used to be commit d630e654b6638a7a57541ece9396700a9cf6c5b0)
Diffstat (limited to 'source4/configure.in')
-rw-r--r-- | source4/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/configure.in b/source4/configure.in index a2d9b260594..fb5ed5c3578 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -29,6 +29,7 @@ SMB_INCLUDE_M4(gtk/config.m4) SMB_INCLUDE_M4(ntvfs/posix/config.m4) SMB_INCLUDE_M4(lib/socket_wrapper/config.m4) SMB_INCLUDE_M4(web_server/config.m4) +SMB_INCLUDE_M4(auth/config.m4) SMB_INCLUDE_M4(smbd/config.m4) ALLLIBS_LIBS="$LIBS" |