diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-26 09:25:44 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-26 09:25:44 -0700 |
commit | ceadee20bbdd1067fa21932cd3ae2b9fda7b9415 (patch) | |
tree | 4318d05fec56c2c80c9d51457cb4d96204fff668 /site_scons/aptitude_configure.py | |
parent | b2ecbb1aa13b8d98d9cbdcd10c81f03104276c35 (diff) | |
download | aptitude-ceadee20bbdd1067fa21932cd3ae2b9fda7b9415.tar.gz |
Split the tests for gettext utilities from the tests for libraries.
We should be able to build a gettext-enabled aptitude without the
utilities for processing pofiles, and we should be able to process
pofiles without being able to build gettext support.
Diffstat (limited to 'site_scons/aptitude_configure.py')
-rw-r--r-- | site_scons/aptitude_configure.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site_scons/aptitude_configure.py b/site_scons/aptitude_configure.py index 6a2ef0cb..d28150e2 100644 --- a/site_scons/aptitude_configure.py +++ b/site_scons/aptitude_configure.py @@ -88,6 +88,7 @@ all executable targets need.""" conf.CheckForXsltproc() conf.CheckForPo4A() + aptitude_configure_checks.FindGettextTools(conf) aptitude_configure_checks.FindGettext(conf) conf.Define('SIGC_VERSION', |