1
0
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:
Jelmer Vernooij
2005-09-20 22:10:40 +00:00
committed by Gerald (Jerry) Carter
parent 90f98e9be3
commit 22f18a8424
16 changed files with 137 additions and 106 deletions

View File

@@ -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: