[ooo-build-commit] .: configure.in

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Sep 16 10:13:46 PDT 2010


 configure.in |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit a235a6d326e76227730995b89e8594e2dca0e870
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Sep 16 18:58:47 2010 +0200

    Remove an ugly hack since the sections are empty

diff --git a/configure.in b/configure.in
index 5c79021..26974c8 100644
--- a/configure.in
+++ b/configure.in
@@ -1214,20 +1214,6 @@ else
 fi
 AC_SUBST(ENABLE_EXTENSIONS)
 
-# FIXME: ugly hack to apply a Linux and Win32 specific variants of a patch for swext sources
-if test "$ENABLE_EXTENSIONS" = "YES" ; then
-    if test "$BUILD_WIN32" = "yes" -o "$with_distro" = "CrossWin32"; then
-        ext_section=Win32OnlyExtensionFixes
-    else
-        ext_section=Linux32OnlyExtensionFixes
-    fi
-    if test -z "$OOO_ADDITIONAL_SECTIONS" ; then
-        OOO_ADDITIONAL_SECTIONS="$ext_section"
-    else
-        OOO_ADDITIONAL_SECTIONS="$OOO_ADDITIONAL_SECTIONS,$ext_section"
-    fi
-fi
-
 # FIXME: ugly hack to apply a Novell specific patch for swext sources
 if test "$VENDORNAME" = "Novell" -a "$ENABLE_MEDIAWIKI" = "YES" ; then
     if test -z "$OOO_ADDITIONAL_SECTIONS" ; then


More information about the ooo-build-commit mailing list