From a9b04e4a79b1c45a8b08a5fbdb18f818a1efa9f0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 31 Mar 2011 14:17:44 +0200 Subject: s3:configure: remove unused variable CTDB_CFLAGS --- source3/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index c80cdae7b7..5a7fe287d2 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5402,8 +5402,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 -- cgit