summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2014-07-22 21:34:17 -0700
committerIra Cooper <ira@samba.org>2014-08-09 18:26:17 +0200
commit38de110b02ff7e622d6394e12d99c3e01568db3e (patch)
tree8fad8fd60021300e6b300f17bd520018ef9aacc6 /third_party
parent8cc966747df8531eb0afc8870dac29a306fb4352 (diff)
downloadsamba-38de110b02ff7e622d6394e12d99c3e01568db3e.tar.gz
samba-38de110b02ff7e622d6394e12d99c3e01568db3e.tar.xz
samba-38de110b02ff7e622d6394e12d99c3e01568db3e.zip
third_party/popt: Initial support for popt.
ctdb, ldb, and samba are supported builds for third_party popt. Signed-off-by: Ira Cooper <ira@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/popt/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/popt/wscript b/third_party/popt/wscript
index d622841890..e81572c7b7 100644
--- a/third_party/popt/wscript
+++ b/third_party/popt/wscript
@@ -5,7 +5,7 @@ import Options
def configure(conf):
conf.CHECK_HEADERS('float.h')
- if conf.CHECK_BUNDLED_SYSTEM('popt', checkfunctions='poptGetContext', headers='popt.h'):
+ if conf.CHECK_POPT():
conf.define('USING_SYSTEM_POPT', 1)
def build(bld):