64faff772c3617ddf7d6755da5f248ae7d28bd66
[garming/samba-autobuild/.git] / source4 / lib / popt / SConscript
1 Import('hostenv')
2 #            tastes like -*- python -*-
3 Import('hostenv')
4
5
6 if hostenv['configure']:
7     conf = hostenv.Configure()
8     conf.env['HAVE_EXTERNAL_POPT'] = conf.CheckLibWithHeader('popt', 'popt.h', 'c', 'poptGetArgs(NULL);')
9     conf.Finish()
10
11 popt = hostenv.Library('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c'])
12 Export('popt')