mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r22718: remove autoconf warnings, we should only include
.m4 files only once metze (This used to be commit 81f906537dc6db6357b1eca1f506bb1b1153c56f)
This commit is contained in:
parent
ca72dbec9a
commit
aed8091df0
@ -25,14 +25,23 @@ m4_include(lib/util/time.m4)
|
||||
m4_include(lib/popt/samba.m4)
|
||||
m4_include(lib/charset/config.m4)
|
||||
m4_include(lib/socket/config.m4)
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.0, [], [
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.0,
|
||||
[samba_cv_internal_talloc=no],
|
||||
[samba_cv_internal_talloc=yes])
|
||||
if test x"$samba_cv_internal_talloc" = x"yes"; then
|
||||
m4_include(lib/talloc/libtalloc.m4)
|
||||
SMB_INCLUDE_MK(lib/talloc/config.mk)
|
||||
])
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0, [], [
|
||||
fi
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
|
||||
[samba_cv_internal_tdb=no],
|
||||
[samba_cv_internal_tdb=yes])
|
||||
if test x"$samba_cv_internal_tdb" = x"yes"; then
|
||||
m4_include(lib/tdb/libtdb.m4)
|
||||
SMB_INCLUDE_MK(lib/tdb/config.mk)
|
||||
])
|
||||
fi
|
||||
|
||||
m4_include(lib/ldb/sqlite3.m4)
|
||||
m4_include(lib/ldb/libldb.m4)
|
||||
m4_include(lib/tls/config.m4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user