summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript9
1 files changed, 3 insertions, 6 deletions
diff --git a/wscript b/wscript
index 17dec8d1f9..9e42001048 100644
--- a/wscript
+++ b/wscript
@@ -88,9 +88,11 @@ main_dependencies = [
'desc': 'mman.h',
'func': check_statement('sys/mman.h', 'mmap(0, 0, 0, 0, 0, 0)')
}, {
- 'name': '--pthreads',
+ 'name': 'pthreads',
'desc': 'POSIX threads',
'func': check_pthreads,
+ 'req': True,
+ 'fmsg': 'Unable to find pthreads support.'
}, {
'name': 'librt',
'desc': 'linking with -lrt',
@@ -115,11 +117,6 @@ iconv support use --disable-iconv.",
'deps_any': [ 'os-win32', 'os-cygwin'],
'func': check_true
}, {
- 'name': 'stream-cache',
- 'desc': 'stream cache',
- 'deps': [ 'pthreads' ],
- 'func': check_true
- }, {
'name': 'soundcard',
'desc': 'soundcard.h',
'func': check_headers('soundcard.h', 'sys/soundcard.h')