mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r10384: add _GNU_SOURCE in tdb configure
(This used to be commit 21e5c328a0
)
This commit is contained in:
parent
428c8ce207
commit
9ae24d8058
@ -4,5 +4,6 @@ AC_INIT(include/tdb.h)
|
||||
AC_CONFIG_HEADER(include/tdbconfig.h)
|
||||
AC_PROG_CC
|
||||
AC_FUNC_MMAP
|
||||
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
|
||||
sinclude(config.m4)
|
||||
AC_OUTPUT(Makefile tdb.pc)
|
||||
|
Loading…
Reference in New Issue
Block a user