From d1ee67e1f3ba9cd2593dfbae6d30e3bffca59d83 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Sep 2006 16:33:07 +0000 Subject: r18184: make clear that autodepencies are disabled currently metze (This used to be commit a2eee3c6dbe14fc8fc6ee2f5581f2d9a33e25def) --- source4/build/smb_build/summary.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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: " . -- cgit