summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/python-lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/scripts/python-lint.sh')
-rw-r--r--build-gluster-org/scripts/python-lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/python-lint.sh b/build-gluster-org/scripts/python-lint.sh
index f7df7a1..564a568 100644
--- a/build-gluster-org/scripts/python-lint.sh
+++ b/build-gluster-org/scripts/python-lint.sh
@@ -4,7 +4,7 @@ RESULT="$WORKSPACE/python-lint"
mkdir $RESULT
./autogen.sh
-./configure --disable-bd-xlator --enable-debug --enable-gnfs --silent
+./configure --enable-debug --enable-gnfs --silent
# create and activate virtual env
python3 -m venv env