From b3bae2851e808bd6dfb47ffe2ae58e9bba29f77e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 9 Jul 2018 09:50:37 +0200 Subject: Revert "Enable MSP patching" This reverts commit 7e948427b09f4eb13eea812379ddacc01c28ef17. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 68d0accb1fa4..7e27553b12ae 100644 --- a/configure.ac +++ b/configure.ac @@ -3061,7 +3061,6 @@ if test "$_os" = "WINNT"; then BITNESS_OVERRIDE=64 fi fi -AC_SUBST(WINDOWS_SDK_ARCH) if test "$_os" = "iOS"; then cross_compiling="yes" fi @@ -4370,7 +4369,6 @@ if test "$cross_compiling" = "yes"; then bin/odfvalidator.sh.in \ bin/officeotron.sh.in \ instsetoo_native/util/openoffice.lst.in \ - setup_native/source/packinfo/finals_instsetoo.txt.in \ config_host/*.in \ sysui/desktop/macosx/Info.plist.in) \ | (cd CONF-FOR-BUILD && tar xf -) @@ -12588,7 +12586,6 @@ AC_CONFIG_FILES([config_host.mk bin/odfvalidator.sh bin/officeotron.sh instsetoo_native/util/openoffice.lst - setup_native/source/packinfo/finals_instsetoo.txt sysui/desktop/macosx/Info.plist]) AC_CONFIG_HEADERS([config_host/config_buildid.h]) AC_CONFIG_HEADERS([config_host/config_clang.h]) -- cgit