summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/summary.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build/summary.pm')
-rw-r--r--source4/build/smb_build/summary.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm
index d61d41a726..becc627063 100644
--- a/source4/build/smb_build/summary.pm
+++ b/source4/build/smb_build/summary.pm
@@ -55,9 +55,9 @@ sub show($$)
? "yes" : "no (install GNU make >= 3.81)") .
"\n";
- print "Using shared libraries internally (experimental): " .
+ print "Using shared libraries: " .
(enabled($config->{BLDSHARED})
- ? "yes" : "no (try --enable-dso)") .
+ ? "yes" : "no (not supported on this system)") .
"\n";
print "\n";