|
@@ -1145,7 +1145,7 @@ endif
|
|
|
|
|
|
libnfs = not_found
|
|
libnfs = not_found
|
|
if not get_option('libnfs').auto() or have_block
|
|
if not get_option('libnfs').auto() or have_block
|
|
- libnfs = dependency('libnfs', version: '>=1.9.3',
|
|
|
|
|
|
+ libnfs = dependency('libnfs', version: ['>=1.9.3', '<6.0.0'],
|
|
required: get_option('libnfs'),
|
|
required: get_option('libnfs'),
|
|
method: 'pkg-config')
|
|
method: 'pkg-config')
|
|
endif
|
|
endif
|