diff --git a/source3/wscript b/source3/wscript index 04c278bbe36..22be17a1a6f 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1725,6 +1725,10 @@ main() { conf.CHECK_CFG(package='glusterfs-api', args='"glusterfs-api >= 7.9" --cflags --libs', msg='Checking for glusterfs-api >= 7.9', uselib_store="GFAPI_VER_7_9") + conf.CHECK_CFG(package='glusterfs-api', args='"glusterfs-api >= 7.11" --cflags --libs', + msg='Checking for glusterfs-api >= 7.11', + uselib_store="GFAPI_VER_7_11") + else: conf.SET_TARGET_TYPE('gfapi', 'EMPTY') conf.undefine('HAVE_GLUSTERFS')