summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-06-29 14:19:37 +0000
committerHans Fugal <hans@fugal.net>2006-06-29 14:19:37 +0000
commit7968974c01040801c858e8d9192607df49b7996a (patch)
tree48ffd85eb4dbf6c440af0c2656890dbfee52bed0 /SConstruct
parent7ff370e79895d7eb293e7214689b791bd98415fb (diff)
merging trunk
git-svn-id: svn://localhost/ardour2/branches/undo@652 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()