From 46924f68c1db00a402b419b4f3c71d60d473ea77 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 17 Jun 2014 09:24:48 -0700 Subject: autobuild: Remove unsupported --enable-socket-wrapper option from the "ctdb" target. Socket wrapper now works with LD_PRELOAD. Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index 340028ed49..9ebdf2bc27 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -36,7 +36,7 @@ defaulttasks = [ "ctdb", "samba", "samba-ctdb", "samba-libs", "ldb", "tdb", "ntd tasks = { "ctdb" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"), - ("configure", "./configure ${PREFIX} --enable-socket-wrapper ", "text/plain"), + ("configure", "./configure ${PREFIX}", "text/plain"), ("make", "make all", "text/plain"), ("install", "make install", "text/plain"), ("test", "make autotest", "text/plain"), -- cgit