diff options
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: " . |