mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r25190: Update talloc version to 1.1.0 after API-incompatible changes.
This commit is contained in:
parent
84b5babae7
commit
66000a1fa2
@ -27,7 +27,7 @@ m4_include(lib/charset/config.m4)
|
||||
m4_include(lib/socket/config.m4)
|
||||
m4_include(nsswitch/nsstest.m4)
|
||||
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.0,
|
||||
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
|
||||
[],
|
||||
[
|
||||
m4_include(lib/talloc/libtalloc.m4)
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(talloc, 1.0.1)
|
||||
AC_INIT(talloc, 1.1.0)
|
||||
AC_CONFIG_SRCDIR([talloc.c])
|
||||
AC_SUBST(datarootdir)
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
Loading…
Reference in New Issue
Block a user