From 927a98340d2d8f9f2c9d8a73c46ddfcaf7295e85 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 31 Mar 2011 14:17:44 +0200 Subject: [PATCH] s3:configure: remove unused variable CTDB_CFLAGS (cherry picked from commit f6bfa5814fb6e075db97b3bde981fa52a026df00) Signed-off-by: Stefan Metzmacher --- source3/configure.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index c7e25683c84d..0f2766809c26 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5060,8 +5060,6 @@ AC_MSG_RESULT([$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT]) ################################################# # check for cluster extensions -CTDB_CFLAGS="" -AC_SUBST(CTDB_CFLAGS) AC_ARG_WITH(ctdb, [AS_HELP_STRING([--with-ctdb=DIR], [Where to find ctdb sources])], [ case "$withval" in -- 2.34.1