diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-21 15:18:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:39 -0500 |
commit | 90678b76d64fd478a0cb7d81e7242ac6806fe754 (patch) | |
tree | 51913d35925f3e062524995fbf439636a4d28b4d /source4/build | |
parent | b1ad4a27cb7f7a0169c4f6a3756462912a9fa8e6 (diff) | |
download | samba-90678b76d64fd478a0cb7d81e7242ac6806fe754.tar.gz samba-90678b76d64fd478a0cb7d81e7242ac6806fe754.tar.bz2 samba-90678b76d64fd478a0cb7d81e7242ac6806fe754.zip |
r10393: More type checking in scons
Remove unused file
(This used to be commit a9e71ab5d1ed8b34f158ff0e89dd67ec785b9829)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/check_shld.m4 | 6 | ||||
-rw-r--r-- | source4/build/m4/env.m4 | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/source4/build/m4/check_shld.m4 b/source4/build/m4/check_shld.m4 deleted file mode 100644 index de43aa0298..0000000000 --- a/source4/build/m4/check_shld.m4 +++ /dev/null @@ -1,6 +0,0 @@ -dnl SMB Build Environment Shared Ld Checks -dnl ------------------------------------------------------- -dnl Copyright (C) Stefan (metze) Metzmacher 2004 -dnl Released under the GNU GPL -dnl ------------------------------------------------------- -dnl diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index cba2780efa..f156bd34b9 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -19,6 +19,5 @@ sinclude(build/m4/check_path.m4) sinclude(build/m4/check_perl.m4) sinclude(build/m4/check_cc.m4) sinclude(build/m4/check_ld.m4) -sinclude(build/m4/check_shld.m4) sinclude(build/m4/check_types.m4) sinclude(build/m4/check_doc.m4) |