Less sucky english
authorSampo Savolainen <v2@iki.fi>
Sun, 2 Nov 2008 20:35:49 +0000 (20:35 +0000)
committerSampo Savolainen <v2@iki.fi>
Sun, 2 Nov 2008 20:35:49 +0000 (20:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4083 d708f5d6-7413-0410-9779-e7cbd77b26cf

SConstruct

index e82bcdcca8e8c9375762c2e315bd609851e25d0d..eaf9bcea68e992b9d2f0ca17d9d9ee2d3ca17b25 100644 (file)
@@ -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()