From 2b69d749cce125bc6d335c27cb176745400f5023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Font=C3=A1n=20Mui=C3=B1os?= Date: Thu, 23 Apr 2009 17:38:46 +0000 Subject: [PATCH] Bug in scons file git-svn-id: http://svn.opennebula.org/one/trunk@488 3034c82b-c49b-4eb3-8279-a7acafdc01c0 --- SConstruct | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SConstruct b/SConstruct index efa2ffbf3c..2632d2d4ec 100644 --- a/SConstruct +++ b/SConstruct @@ -94,19 +94,19 @@ if not main_env.GetOption('clean'): main_env.ParseConfig('share/scons/get_xmlrpc_config client') except Exception, e: print "" - print "Error searching for xmlrpc-c libraries. Please check this"+ + print "Error searching for xmlrpc-c libraries. Please check this"+\ " things:" print "" - print " * You have installed development libraries for xmlrpc-c. One"+ + print " * You have installed development libraries for xmlrpc-c. One"+\ " way to check" - print " this is calling xmlrpc-c-config that is provided with the"+ + print " this is calling xmlrpc-c-config that is provided with the"+\ " development" print " package." - print " * Check that the version of xmlrpc-c is at least 1.06. You can"+ - " do this also" + print " * Check that the version of xmlrpc-c is at least 1.06. You"+\ + " can do this also" print " calling:" print " $ xmlrpc-c-config --version" - print " * If all this requirements are already met please send log"+ + print " * If all this requirements are already met please send log"+\ " files located in" print " .xmlrpc_test to the mailing list." print ""