summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-03-03 11:38:51 +0300
committerStefan Metzmacher <metze@samba.org>2010-03-11 13:31:37 +0100
commit5f2f4849e556cb761c7d9fca78cb1ef9e1279974 (patch)
tree74f87babd7cef2dd6de9867668646459d9f141e5 /source4/configure.ac
parentcddc542ba5f30316ff4ee8fa591a54808b7be4c8 (diff)
downloadsamba-5f2f4849e556cb761c7d9fca78cb1ef9e1279974.tar.gz
samba-5f2f4849e556cb761c7d9fca78cb1ef9e1279974.tar.bz2
samba-5f2f4849e556cb761c7d9fca78cb1ef9e1279974.zip
s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests things in one place
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index ac4a0da189..c615169b37 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -126,10 +126,13 @@ m4_include(ntvfs/unixuid/config.m4)
m4_include(../lib/socket_wrapper/config.m4)
m4_include(../lib/nss_wrapper/config.m4)
m4_include(../lib/uid_wrapper/config.m4)
+dnl nsswitch must be before auth as it sets some variable
+dnl tested by auth/config.m4, libiiniparser must be even before
+dnl because nsswitch depend also on it
+m4_include(../nsswitch/config.m4)
m4_include(auth/config.m4)
m4_include(kdc/config.m4)
m4_include(ntvfs/sysdep/config.m4)
-m4_include(../nsswitch/config.m4)
#################################################
# add *_CFLAGS only for the real build