summaryrefslogtreecommitdiffstats
path: root/source/lib/popt/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/popt/SConscript')
-rw-r--r--source/lib/popt/SConscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/lib/popt/SConscript b/source/lib/popt/SConscript
deleted file mode 100644
index d9a576a031c..00000000000
--- a/source/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')