diff options
Diffstat (limited to 'source4/lib/popt/SConscript')
-rw-r--r-- | source4/lib/popt/SConscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/lib/popt/SConscript b/source4/lib/popt/SConscript deleted file mode 100644 index d9a576a031..0000000000 --- a/source4/lib/popt/SConscript +++ /dev/null @@ -1,11 +0,0 @@ -# tastes like -*- python -*- -Import('hostenv') - - -if hostenv['configure']: - conf = hostenv.Configure() - conf.env['HAVE_EXTERNAL_POPT'] = conf.CheckLibWithHeader('popt', 'popt.h', 'c', 'poptGetArgs(NULL);') - conf.Finish() - -popt = hostenv.Library('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c']) -Export('popt') |