merging trunk
[ardour.git] / SConstruct
index 65dfd3b06e1356d38fed7e826a49c76e3a44bbbf..1dd250edfb5454bfd74a4f1c8da661bd0d4fc3da 100644 (file)
@@ -838,6 +838,11 @@ if env['NLS']:
         print 'This system is not configured for internationalized applications (no libintl.h). An english-only version will be built\n'
         env['NLS'] = 0
 
+    have_intltool = conf.TryAction(Action('intltool-update --version'))
+    if have_intltool[0] != 1:
+        print 'This system is not configured for internationalized applications (no intltool-update command). An english-only version will be built\n'
+        env['NLS'] = 0
+    
 
 env = conf.Finish()