From 7968974c01040801c858e8d9192607df49b7996a Mon Sep 17 00:00:00 2001 From: Hans Fugal Date: Thu, 29 Jun 2006 14:19:37 +0000 Subject: merging trunk git-svn-id: svn://localhost/ardour2/branches/undo@652 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'SConstruct') 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() -- cgit v1.2.3