summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-04-20 01:16:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:11 -0500
commit7b8e8daa530e038e4d069080d54960e0e3efe4dd (patch)
tree6c1f38173f5c88b0f456f358992c88cd459b62db /source4/build
parent4d81335115ad477db289d8e169698af57d07e0fe (diff)
downloadsamba-7b8e8daa530e038e4d069080d54960e0e3efe4dd.tar.gz
samba-7b8e8daa530e038e4d069080d54960e0e3efe4dd.tar.bz2
samba-7b8e8daa530e038e4d069080d54960e0e3efe4dd.zip
r15143: Pull in GNU extensions right at the start of the configure process. This
prevents a warning on comparison_fn_t redefinition every time replace.h is included. (This used to be commit 9140a2d266a59c24c1bc101d4cdd7da3cb141106)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/env.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4
index 871257c048..062824869c 100644
--- a/source4/build/m4/env.m4
+++ b/source4/build/m4/env.m4
@@ -29,6 +29,8 @@ if test -n "${SAMBA_VERSION_SVN_REVISION}";then
echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}"
fi
+AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
+
sinclude(build/m4/check_path.m4)
sinclude(build/m4/check_perl.m4)
sinclude(build/m4/check_cc.m4)