From 6e2a470cd281cf39555d6401455be2f3bdca23ec Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Oct 2008 22:40:21 +0200 Subject: Move make check out of cache call to avoid weird formatting. --- source4/build/m4/check_make.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/build/m4/check_make.m4 b/source4/build/m4/check_make.m4 index 50cabfdf3c..343913f884 100644 --- a/source4/build/m4/check_make.m4 +++ b/source4/build/m4/check_make.m4 @@ -8,9 +8,9 @@ dnl AC_DEFUN([AC_SAMBA_GNU_MAKE], [ -AC_CACHE_CHECK([whether we have GNU make], samba_cv_gnu_make, [ AC_PATH_PROGS(MAKE,gmake make) +AC_CACHE_CHECK([whether we have GNU make], samba_cv_gnu_make, [ if ! $ac_cv_path_MAKE --version | head -1 | grep GNU 2>/dev/null >/dev/null then samba_cv_gnu_make=no -- cgit