diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 16:33:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:47 -0500 |
commit | d1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83 (patch) | |
tree | f76912df3786412d91e30deb39e55b6a37d2edfa /source4/build/smb_build | |
parent | 6b5e86f47b21b560827c3ca24ee09f92f80fad3b (diff) | |
download | samba-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/build/smb_build')
-rw-r--r-- | source4/build/smb_build/summary.pm | 2 |
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: " . |