diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-09 08:06:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:10 -0500 |
commit | 42889e5e1e276c8957cc666991364c6f0b6bdc79 (patch) | |
tree | 0441dc1741dbbb56997dc80f8ea6b7fb9f59ba95 /source4/configure.in | |
parent | 72daedbeb7aff1731468ed773c34d52cddbbe039 (diff) | |
download | samba-42889e5e1e276c8957cc666991364c6f0b6bdc79.tar.gz |
r134: - added ldb to the build of smbd
- fixed build of the ldb registry backend
(This used to be commit 0b66590330603efaa816fd2348c05a994a1580ef)
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 a35400588b6..a6639064a72 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -198,6 +198,7 @@ sinclude(nsswitch/config.m4) sinclude(lib/popt/config.m4) sinclude(lib/iconv.m4) sinclude(lib/basic.m4) +sinclude(lib/ldb/config.m4) sinclude(lib/cmdline/config.m4) sinclude(param/config.m4) sinclude(libcli/config.m4) |