Author: tridge Date: 2005-09-21 10:45:47 +0000 (Wed, 21 Sep 2005) New Revision: 10384
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10384 Log: add _GNU_SOURCE in tdb configure Modified: branches/SAMBA_4_0/source/lib/tdb/configure.in Changeset: Modified: branches/SAMBA_4_0/source/lib/tdb/configure.in =================================================================== --- branches/SAMBA_4_0/source/lib/tdb/configure.in 2005-09-21 10:18:40 UTC (rev 10383) +++ branches/SAMBA_4_0/source/lib/tdb/configure.in 2005-09-21 10:45:47 UTC (rev 10384) @@ -4,5 +4,6 @@ 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)
