summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-04-21 08:29:29 -0700
committerDaniel Burrows <dburrows@debian.org>2010-04-21 08:29:29 -0700
commit9ec222bd50e3aca09a1f084637e6ead53b136734 (patch)
tree7cec881775013e94b4a78891c83e28a8b6fecbe5 /SConstruct
parent7306f295deec4e593ff532756050367e6d44ae9d (diff)
downloadaptitude-9ec222bd50e3aca09a1f084637e6ead53b136734.tar.gz
Add a custom test for PO4A.
Doesn't use the @ConfigureCheck decorator since I don't want that behavior.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5ca51aff..354a5aa6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -16,6 +16,7 @@ RequireCheck(programs_conf.CheckForNCursesW(tries = [ TryInclude('/usr/include')
"Can't find libncursesw -- please install libncursesw5-dev.")
RequireCheck(programs_conf.CheckForApt(),
"Can't find the APT libraries -- please install libapt-pkg-dev.")
+programs_conf.CheckForPo4A()
programs_conf.Finish()