From e3da025f9ba79b88ad979803c91209afa03fedc9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 20 Nov 2014 18:05:17 +0200 Subject: Bin the --disable-vba option We don't check it anywhere in configure.ac. Change-Id: I7ccd0480049bc43139552eb32d8c8ac254aeeecd --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 1dc532997ca7..5bafb4881c8a 100644 --- a/configure.ac +++ b/configure.ac @@ -924,11 +924,6 @@ AC_ARG_ENABLE(lockdown, [Disables the gconf integration work in LibreOffice.]), ) -AC_ARG_ENABLE(vba, - AS_HELP_STRING([--disable-vba], - [Disables the vba compatibility feature.]) -) - AC_ARG_ENABLE(pch, AS_HELP_STRING([--enable-pch], [Enables precompiled header support for C++.]) -- cgit