1
0
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:
Andrew Tridgell 2005-09-21 10:45:47 +00:00 committed by Gerald (Jerry) Carter
parent 428c8ce207
commit 9ae24d8058

View File

@ -4,5 +4,6 @@ AC_INIT(include/tdb.h)
AC_CONFIG_HEADER(include/tdbconfig.h) AC_CONFIG_HEADER(include/tdbconfig.h)
AC_PROG_CC AC_PROG_CC
AC_FUNC_MMAP AC_FUNC_MMAP
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
sinclude(config.m4) sinclude(config.m4)
AC_OUTPUT(Makefile tdb.pc) AC_OUTPUT(Makefile tdb.pc)