[Libreoffice-commits] .: configure.in
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Dec 2 04:12:13 PST 2010
configure.in | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
New commits:
commit 213c9b33c06f0b1d6998552aab13901c26b161ff
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Dec 2 12:12:30 2010 +0000
disable the binfilter by default
diff --git a/configure.in b/configure.in
index a43602c..0db1336 100644
--- a/configure.in
+++ b/configure.in
@@ -356,12 +356,9 @@ AC_ARG_ENABLE(kde4,
,)
AC_ARG_ENABLE(binfilter,
- AS_HELP_STRING([--disable-binfilter],
- [Disable legacy binary file formats filters.]),
-,
- if ! test -d ./binfilter; then
- enable_binfilter=no;
- fi
+ AS_HELP_STRING([--enable-binfilter],
+ [Enable legacy binary file formats filters build.]),
+,enable_binfilter=no
)
AC_ARG_ENABLE(rpath,
More information about the Libreoffice-commits
mailing list