summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-06 16:33:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:47 -0500
commitd1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83 (patch)
treef76912df3786412d91e30deb39e55b6a37d2edfa /source4
parent6b5e86f47b21b560827c3ca24ee09f92f80fad3b (diff)
downloadsamba-d1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83.tar.gz
samba-d1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83.tar.bz2
samba-d1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83.zip
r18184: make clear that autodepencies are disabled currently
metze (This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def)
Diffstat (limited to 'source4')
-rw-r--r--source4/build/smb_build/summary.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm
index 83b6ed0757..e63fa1ccc1 100644
--- a/source4/build/smb_build/summary.pm
+++ b/source4/build/smb_build/summary.pm
@@ -53,7 +53,7 @@ sub show($$)
print "Developer mode: ".(enabled($config->{developer})?"yes":"no")."\n";
print "Automatic dependencies: ".
(enabled($config->{automatic_dependencies})
- ? "yes" : "no (install GNU make >= 3.81)") .
+ ? "yes" : "no (disabled till make doesn't spin)(install GNU make >= 3.81)") .
"\n";
print "Using shared libraries: " .