1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-07 21:44:22 +03:00

Fix fallback if system doesn't provide talloc.

This commit is contained in:
Jelmer Vernooij
2009-03-14 21:06:41 +01:00
parent 61447dfbbf
commit 0c72c503fa

View File

@@ -39,7 +39,7 @@ then
]) ])
fi fi
if "x$enable_external_libtalloc" = xno if test "x$enable_external_libtalloc" = xno
then then
m4_include(../lib/talloc/libtalloc.m4) m4_include(../lib/talloc/libtalloc.m4)
fi fi