repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
smbd: Fix a typo
[Samba.git]
/
auth
/
wscript_configure
blob
47943fa1e9ca219b02b081111c73dee5bed56969
1
#!/usr/bin/env python
2
3
conf
.
SET_TARGET_TYPE
(
'jansson'
,
'EMPTY'
)
4
5
if
conf
.
CHECK_CFG
(
package
=
'jansson'
,
args
=
'--cflags --libs'
,
6
msg
=
'Checking for jansson'
):
7
conf
.
CHECK_FUNCS_IN
(
'json_object'
,
'jansson'
)