diff options
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 6a4fd089fc..34e923dd50 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4753,7 +4753,7 @@ if test "x$enable_external_libtalloc" = xno then m4_include(../lib/talloc/libtalloc.m4) LINK_LIBTALLOC=STATIC - SMB_LIBRARY(talloc, 1) + SMB_LIBRARY(talloc, 2) LIBTALLOC_OBJ0="" for obj in ${TALLOC_OBJ}; do LIBTALLOC_OBJ0="${LIBTALLOC_OBJ0} ${tallocdir}/${obj}" |