Kaydet (Commit) bdb1da26 authored tarafından Michael Meeks's avatar Michael Meeks

disable the binfilter by default

üst 834b53a2
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment