From b7ff07fa268edf684eb97025958cb7b1acf1fe9f Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Wed, 10 Mar 2010 07:25:02 -0500 Subject: Fix error message. This is liblitmus, not ft_tools. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f22facb..8a40ace 100644 --- a/SConstruct +++ b/SConstruct @@ -51,7 +51,7 @@ elif 'ARCH' in environ: arch = environ['ARCH'] if arch not in SUPPORTED_ARCHS: - print 'Error: Building ft_tools is only supported for the following', \ + print 'Error: Building liblitmus is only supported for the following', \ 'architectures: %s.' % ', '.join(sorted(SUPPORTED_ARCHS)) Exit(1) else: -- cgit v1.2.2