diff options
author | Matthieu Patou <mat@matws.net> | 2010-03-03 11:38:51 +0300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-11 13:31:37 +0100 |
commit | 8306eb1c5f7126a72423e936dc36e77f86532d6b (patch) | |
tree | d43546087322270daa6bffc94fb205d0bf66be0e /source4 | |
parent | 5f2f4849e556cb761c7d9fca78cb1ef9e1279974 (diff) | |
download | samba-8306eb1c5f7126a72423e936dc36e77f86532d6b.tar.gz samba-8306eb1c5f7126a72423e936dc36e77f86532d6b.tar.bz2 samba-8306eb1c5f7126a72423e936dc36e77f86532d6b.zip |
s4: create ../lib/iniparser_build/config.m4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4')
-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 c615169b37..c6bdc54fe3 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -129,6 +129,7 @@ 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(../lib/iniparser_build/config.m4) m4_include(../nsswitch/config.m4) m4_include(auth/config.m4) m4_include(kdc/config.m4) |