Move make check out of cache call to avoid weird formatting.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 14 Oct 2008 20:40:21 +0000 (22:40 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 14 Oct 2008 20:40:21 +0000 (22:40 +0200)
source4/build/m4/check_make.m4

index 50cabfdf3c74ee3b69f068a0d551ab9e3eed420f..343913f884636e9afa26229f7c776e6387f28bbc 100644 (file)
@@ -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