diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 22:40:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 22:40:21 +0200 |
commit | 6e2a470cd281cf39555d6401455be2f3bdca23ec (patch) | |
tree | bd66d7c54c470d40474b22ae6e454c538930d17a /source4/build | |
parent | 009dcbf477aa4b0529a2c9d9bc8b38d84732f0a2 (diff) | |
download | samba-6e2a470cd281cf39555d6401455be2f3bdca23ec.tar.gz samba-6e2a470cd281cf39555d6401455be2f3bdca23ec.tar.xz samba-6e2a470cd281cf39555d6401455be2f3bdca23ec.zip |
Move make check out of cache call to avoid weird formatting.
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/check_make.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_make.m4 b/source4/build/m4/check_make.m4 index 50cabfdf3c7..343913f8846 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 |