diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-20 23:19:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:06 -0500 |
commit | 8524a6f5c925c7573d28e2fecd0f5bae58fbc1ff (patch) | |
tree | 1a7d01009da57f20e0e4212dba9b28625b6b956e /source4/build/smb_build | |
parent | 4de1fbfde81355b54c0fbac7749da9cc10b965b0 (diff) | |
download | samba-8524a6f5c925c7573d28e2fecd0f5bae58fbc1ff.tar.gz samba-8524a6f5c925c7573d28e2fecd0f5bae58fbc1ff.tar.bz2 samba-8524a6f5c925c7573d28e2fecd0f5bae58fbc1ff.zip |
r18749: Disable automatic dependencies by default (use --enable-automatic-dependencies to reenable).
(This used to be commit 5506c404877434c403bbe3055c6dd6c32531c96d)
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..94da12fc91 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 (install GNU make >= 3.81 and see --enable-automatic-dependencies)") . "\n"; print "Using shared libraries: " . |