build: don't check libsmbclient version number

Rationale see github issues #385. Fixes #385.
This commit is contained in:
wm4 2013-11-30 19:47:09 +01:00
parent c8ab12ee4b
commit eea69682a6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ iconv support use --disable-iconv.",
'name': '--libsmbclient',
'desc': 'Samba support',
'deps': [ 'libdl' ],
'func': check_pkg_config('smbclient', '>= 0.2.0'),
'func': check_pkg_config('smbclient'),
'module': 'input',
}, {
'name': '--libquvi4',