diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-26 09:24:45 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-26 09:24:45 -0700 |
commit | b2ecbb1aa13b8d98d9cbdcd10c81f03104276c35 (patch) | |
tree | b03c2bbc3778f58cd7cf0df55e824e1511aecbcf | |
parent | 6380c438a0e6a037617553b141191cf228a856f0 (diff) | |
download | aptitude-b2ecbb1aa13b8d98d9cbdcd10c81f03104276c35.tar.gz |
Don't try to require xsltproc.
-rw-r--r-- | site_scons/aptitude_configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/aptitude_configure.py b/site_scons/aptitude_configure.py index 57fc56a6..6a2ef0cb 100644 --- a/site_scons/aptitude_configure.py +++ b/site_scons/aptitude_configure.py @@ -86,7 +86,7 @@ all executable targets need.""" conf.Define('HAVE_DDTP', 1) conf.CheckGTK() - RequireCheck(conf.CheckForXsltproc()) + conf.CheckForXsltproc() conf.CheckForPo4A() aptitude_configure_checks.FindGettext(conf) |