summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7e78566945..49cef74dc2 100644
--- a/wscript
+++ b/wscript
@@ -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',