diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 16:46:52 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 16:46:52 +0100 |
commit | 4967f6948f479b0b2a3b7a3c05b5709e42207604 (patch) | |
tree | 1e5ca89e940e3c3fdf2efa0010cb345bb37b3868 /source3 | |
parent | 4977d913ed54935383155f7b2045fd6679bacc33 (diff) | |
download | samba-4967f6948f479b0b2a3b7a3c05b5709e42207604.tar.gz samba-4967f6948f479b0b2a3b7a3c05b5709e42207604.tar.bz2 samba-4967f6948f479b0b2a3b7a3c05b5709e42207604.zip |
Move check_make.m4 to the top-level.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index fb5e7b377f..de6ad0ee99 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6281,7 +6281,7 @@ if test x$enable_merged_build = xauto; then merged_build_possible=yes # Check for GNU make - m4_include(../source4/build/m4/check_make.m4) + m4_include(../source4/m4/check_make.m4) AC_SAMBA_GNU_MAKE([true], [merged_build_possible=no]) # Check for perl |