summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-06-28 22:00:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-06-28 22:00:09 +0000
commit728835e5e7d7b5872a599d9faee1029317d8d43b (patch)
tree5e69f83bb89fece791ce196cdefc0c9baad02806 /SConstruct
parentfdda19d3d45384fb4f158e4f1af18cc17009e478 (diff)
many fixes to audio file code, SMPTE offset now works correctly
git-svn-id: svn://localhost/ardour2/trunk@649 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 65dfd3b06e..1dd250edfb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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()