Author: paveljanik Date: Thu Apr 4 13:31:56 2013 New Revision: 1464523 URL: http://svn.apache.org/r1464523 Log: Remove binfilter.
Modified: openoffice/trunk/main/configure.in Modified: openoffice/trunk/main/configure.in URL: http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1464523&r1=1464522&r2=1464523&view=diff ============================================================================== --- openoffice/trunk/main/configure.in (original) +++ openoffice/trunk/main/configure.in Thu Apr 4 13:31:56 2013 @@ -364,9 +364,6 @@ AC_ARG_ENABLE(kde4, where Qt4 and KDE4 are available. May be used with --enable-kde if you want to support both KDE3 and KDE4. ],,) -AC_ARG_ENABLE(binfilter, -[ --enable-binfilter Enable legacy binary file formats filters -],,enable_binfilter=no) AC_ARG_ENABLE(rpath, [ --disable-rpath Disable the use of relative paths in shared libraries ],,) @@ -1523,20 +1520,6 @@ if test -z "$enable_fetch_external" || t fi AC_SUBST(DO_FETCH_TARBALLS) -dnl =================================================================== -dnl Disable legacy binary file formats filters -dnl =================================================================== -AC_MSG_CHECKING([whether to enable filters for legacy binary file formats (StarOffice 5.2)]) -if test "$enable_binfilter" = "yes"; then - WITH_BINFILTER="YES" - BUILD_TYPE="$BUILD_TYPE BINFILTER" - AC_MSG_RESULT([yes]) -else - WITH_BINFILTER="NO" - AC_MSG_RESULT([no]) -fi -AC_SUBST(WITH_BINFILTER) - if test "$_os" = "WINNT"; then AC_MSG_CHECKING([whether to use DirectX]) ENABLE_DIRECT_DRAW=""