1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +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
if "x$enable_external_libtalloc" = xno
if test "x$enable_external_libtalloc" = xno
then
m4_include(../lib/talloc/libtalloc.m4)
fi