diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-20 18:05:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-20 18:07:36 +0200 |
commit | e3da025f9ba79b88ad979803c91209afa03fedc9 (patch) | |
tree | 8a1a10a9b035f42010815ad6557982daa4daae04 | |
parent | 01fc08c0b5c57fef8ad3755672f4266d85e849a5 (diff) |
Bin the --disable-vba option
We don't check it anywhere in configure.ac.
Change-Id: I7ccd0480049bc43139552eb32d8c8ac254aeeecd
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 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++.]) |