diff options
author | Michael Adam <obnox@samba.org> | 2011-03-31 14:17:44 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-31 18:10:22 +0200 |
commit | a9b04e4a79b1c45a8b08a5fbdb18f818a1efa9f0 (patch) | |
tree | 3976d6a9aa4093cc3671b6aa8a02d432aa374ee7 /source3 | |
parent | 0943d39cd646bfd63ce6256324bd34af826f9893 (diff) | |
download | samba-a9b04e4a79b1c45a8b08a5fbdb18f818a1efa9f0.tar.gz samba-a9b04e4a79b1c45a8b08a5fbdb18f818a1efa9f0.tar.bz2 samba-a9b04e4a79b1c45a8b08a5fbdb18f818a1efa9f0.zip |
s3:configure: remove unused variable CTDB_CFLAGS
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |