mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works now
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
90f98e9be3
commit
22f18a8424
@@ -9,6 +9,7 @@ hostenv.StaticLibrary('modules/ldb_map.c')
|
||||
|
||||
conf = Configure(hostenv)
|
||||
have_sqlite3 = conf.CheckLibWithHeader("sqlite3","sqlite3.h",'c',"sqlite3_open()")
|
||||
have_popt = conf.CheckLibWithHeader("popt","popt.h",'c',"poptGetArgs(NULL);")
|
||||
conf.Finish()
|
||||
|
||||
if have_sqlite3:
|
||||
|
||||
Reference in New Issue
Block a user