Fix fallback if system doesn't provide talloc.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 14 Mar 2009 20:06:41 +0000 (21:06 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 14 Mar 2009 20:06:41 +0000 (21:06 +0100)
source3/configure.in

index e0fb7032cecca24341c3dda31e9e9d048648c3a1..6d9e198244f3875d3595a72ee7cb79923414b0f3 100644 (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