~ubuntu-branches/ubuntu/trusty/ldb/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/tdb/wscript

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-12-03 00:15:12 UTC
  • mfrom: (1.3.10)
  • Revision ID: package-import@ubuntu.com-20111203001512-mrw61r24198g3qwn
Tags: 1:1.1.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    conf.env.standalone_tdb = conf.IN_LAUNCH_DIR()
34
34
 
35
35
    if not conf.env.standalone_tdb:
36
 
        if conf.CHECK_BUNDLED_SYSTEM('tdb', minversion=VERSION,
 
36
        if conf.CHECK_BUNDLED_SYSTEM_PKG('tdb', minversion=VERSION,
37
37
                                     implied_deps='replace'):
38
38
            conf.define('USING_SYSTEM_TDB', 1)
39
39
            if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION):
55
55
 
56
56
    conf.SAMBA_CONFIG_H()
57
57
 
 
58
    conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()
 
59
 
58
60
def build(bld):
59
61
    bld.RECURSE('lib/replace')
60
62