From: Sampo Savolainen Date: Sun, 2 Nov 2008 20:35:49 +0000 (+0000) Subject: Less sucky english X-Git-Tag: 2.8.16~1116 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=81d2f16d00affd8dd49e237008f2457aa96edb74;p=ardour.git Less sucky english git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4083 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/SConstruct b/SConstruct index e82bcdcca8..eaf9bcea68 100644 --- a/SConstruct +++ b/SConstruct @@ -915,10 +915,10 @@ libraries['usb'] = conf.Finish () if env['WIIMOTE']: wiimoteConf = env.Configure ( ) if not wiimoteConf.CheckHeader('cwiid.h'): - print 'WIIIMOTE configured but you are missing libcwiid!' + print 'WIIMOTE configured but you are missing libcwiid!' sys.exit(1) if not wiimoteConf.CheckHeader('bluetooth/bluetooth.h'): - print 'WIIMOTE configured, but you are libbluetooth headers, which you need for libcwiid!' + print 'WIIMOTE configured but you are missing the libbluetooth headers which you need to compile wiimote support!' sys.exit(1) wiimoteConf.Finish()