From 66505ca0581ef91b94b6a2b2ab2e84f7a44d04e4 Mon Sep 17 00:00:00 2001 From: Gaurav Juvekar Date: Sat, 28 Jan 2017 14:14:53 +0530 Subject: Fix documentation example output to match actual output (Fix #2788) --- doc/user/sconf.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/user/sconf.xml b/doc/user/sconf.xml index fe933f12..109e4680 100644 --- a/doc/user/sconf.xml +++ b/doc/user/sconf.xml @@ -2,7 +2,7 @@ %scons; - + %builders-mod; @@ -287,7 +287,7 @@ env = conf.Finish() Check the size of a datatype by using the &CheckTypeSize; method: - + env = Environment() conf = Configure(env) @@ -295,7 +295,7 @@ int_size = conf.CheckTypeSize('unsigned int') print 'sizeof unsigned int is', int_size env = conf.Finish() - + % scons -Q sizeof unsigned int is 4 @@ -456,7 +456,7 @@ env = conf.Finish() % scons scons: Reading SConscript file ... -Checking for MyLibrary... failed +Checking for MyLibrary... no MyLibrary is not installed! @@ -470,7 +470,7 @@ MyLibrary is not installed! % scons scons: Reading SConscript file ... -Checking for MyLibrary... failed +Checking for MyLibrary... yes scons: done reading SConscript scons: Building targets ... . -- cgit v1.2.1