diff options
| author | Anoop C S <anoopcs@samba.org> | 2022-08-19 12:17:33 +0530 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2022-08-26 16:31:37 +0000 |
| commit | 3425fa0daf9e32d09c7716692cdfdffdc09856d7 (patch) | |
| tree | d87ec443f7f6d1800758313a870c39667a7f0327 /source3/wscript | |
| parent | 5f51fa9c07e194bcc3c4f39a1bfc2e01139c917b (diff) | |
| download | samba-3425fa0daf9e32d09c7716692cdfdffdc09856d7.tar.gz | |
source3/wscript: Detect glusterfs-api with *at() calls support
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15157
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/wscript')
| -rw-r--r-- | source3/wscript | 4 |
1 files changed, 4 insertions, 0 deletions
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') |
