summaryrefslogtreecommitdiff
path: root/source4/build/m4/env.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-14 06:22:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:39 -0500
commita4e94eedf04524d5271344a492a41da951c535c2 (patch)
tree3099c11671f4c657733e95dc1aebcc02a01d4c9b /source4/build/m4/env.m4
parentac24d381a5a9bc4611701bcbf956fe017bdddaeb (diff)
downloadsamba-a4e94eedf04524d5271344a492a41da951c535c2.tar.gz
samba-a4e94eedf04524d5271344a492a41da951c535c2.tar.bz2
samba-a4e94eedf04524d5271344a492a41da951c535c2.zip
r18500: move make related checks into its own file
metze (This used to be commit 6a6729fb7219ac7eb160b787827acdf1f7af7cc8)
Diffstat (limited to 'source4/build/m4/env.m4')
-rw-r--r--source4/build/m4/env.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4
index 6428a0b265..f7f812ae24 100644
--- a/source4/build/m4/env.m4
+++ b/source4/build/m4/env.m4
@@ -37,5 +37,6 @@ m4_include(build/m4/check_path.m4)
m4_include(build/m4/check_perl.m4)
m4_include(build/m4/check_cc.m4)
m4_include(build/m4/check_ld.m4)
+m4_include(build/m4/check_make.m4)
m4_include(build/m4/check_types.m4)
m4_include(build/m4/check_doc.m4)