From b241a84d884293e1ce49a79c75e362c02c0899f9 Mon Sep 17 00:00:00 2001 From: yami <34216515+kn-yami@users.noreply.github.com> Date: Sun, 16 Dec 2018 16:17:20 +0100 Subject: issue #908 - implement missing parts of CSS mask --- old-configure.in | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 0d9ace960..eba476bd0 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5594,22 +5594,6 @@ fi AC_SUBST(PREPROCESS_OPTION) -dnl ======================================================== -dnl mask as shorthand property -dnl ======================================================== - -# The control structure code will be removed as soon as the feature is stable -# Refer to bug 1281101 for more details. - -# Enable mask-as-shorthand property by default for nightly and aurora channels -if test -z "$RELEASE_OR_BETA"; then - dnl mask as shorthand property enabled - MOZ_ENABLE_MASK_AS_SHORTHAND=1 - AC_DEFINE(MOZ_ENABLE_MASK_AS_SHORTHAND) -fi - -AC_SUBST(MOZ_ENABLE_MASK_AS_SHORTHAND) - # Avoid using obsolete NSPR features AC_DEFINE(NO_NSPR_10_SUPPORT) -- cgit v1.2.3 From f595579f07a1f2787f668eee7ca441caa114bfdd Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 14 Feb 2019 11:47:40 +0100 Subject: Use C++11 thread-safe statics with MSVC. --- old-configure.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index eba476bd0..b727debc7 100644 --- a/old-configure.in +++ b/old-configure.in @@ -215,11 +215,6 @@ case "$target" in # -Zc:sizedDealloc- disables C++14 global sized deallocation (see bug 1160146) CXXFLAGS="$CXXFLAGS -Zc:sizedDealloc-" - - # Disable C++11 thread-safe statics due to crashes on XP (bug 1204752) - # See https://connect.microsoft.com/VisualStudio/feedback/details/1789709/visual-c-2015-runtime-broken-on-windows-server-2003-c-11-magic-statics - CXXFLAGS="$CXXFLAGS -Zc:threadSafeInit-" - # https://connect.microsoft.com/VisualStudio/feedback/details/888527/warnings-on-dbghelp-h # for dbghelp.h, imagehlp.h, and shobj.h # C4091: 'typedef ': ignored on left of '' when no variable is declared -- cgit v1.2.3 From 9a090b7941c2d2f738d416ab32974eae8a5123b7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 14 Feb 2019 11:49:11 +0100 Subject: Disable "helpful" MSVC warning about AVX instructions. Tag #457. --- old-configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index b727debc7..58a1bc7fa 100644 --- a/old-configure.in +++ b/old-configure.in @@ -215,6 +215,12 @@ case "$target" in # -Zc:sizedDealloc- disables C++14 global sized deallocation (see bug 1160146) CXXFLAGS="$CXXFLAGS -Zc:sizedDealloc-" + + # C4752: We explicitly use AVX instructions in only some libs, not global + # This is a pointless "helpful warning" to use /arch:AVX which we don't want. + CFLAGS="$CFLAGS -wd4752" + CXXFLAGS="$CXXFLAGS -wd4752" + # https://connect.microsoft.com/VisualStudio/feedback/details/888527/warnings-on-dbghelp-h # for dbghelp.h, imagehlp.h, and shobj.h # C4091: 'typedef ': ignored on left of '' when no variable is declared -- cgit v1.2.3 From fc0a0f13ad6f0e4e60246d2cfd324a2fb1f0b35f Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 20 Feb 2019 10:54:51 +0100 Subject: Remove conditional MOZ_MAINTENANCE_SERVICE code Tag #145 --- old-configure.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 58a1bc7fa..7fadc2302 100644 --- a/old-configure.in +++ b/old-configure.in @@ -3564,23 +3564,6 @@ fi AC_CHECK_PROGS(WGET, wget, "") AC_SUBST(WGET) -dnl ======================================================== -dnl Maintenance Service -dnl ======================================================== - -MOZ_ARG_ENABLE_BOOL(maintenance-service, -[ --enable-maintenance-service Enable building of maintenanceservice], - MOZ_MAINTENANCE_SERVICE=1, - MOZ_MAINTENANCE_SERVICE= ) - -if test -n "$MOZ_MAINTENANCE_SERVICE"; then - if test "$OS_ARCH" = "WINNT"; then - AC_DEFINE(MOZ_MAINTENANCE_SERVICE) - else - AC_MSG_ERROR([Can only build with --enable-maintenance-service with a Windows target]) - fi -fi - dnl ======================================================== dnl Bundled fonts on desktop platforms dnl ======================================================== @@ -5070,7 +5053,6 @@ AC_SUBST(MOZ_UNIVERSALCHARDET) AC_SUBST(ACCESSIBILITY) AC_SUBST(MOZ_SPELLCHECK) AC_SUBST(MOZ_ANDROID_ANR_REPORTER) -AC_SUBST(MOZ_MAINTENANCE_SERVICE) AC_SUBST(MOZ_VERIFY_MAR_SIGNATURE) AC_SUBST(MOZ_ENABLE_SIGNMAR) AC_SUBST(MOZ_UPDATER) -- cgit v1.2.3 From 60d420b0ad6dc722b62b5c2948c865e2e61b8212 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 30 Mar 2019 02:35:47 +0100 Subject: Update SQLite to 3.27.2 --- old-configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 7fadc2302..0ccc0540e 100644 --- a/old-configure.in +++ b/old-configure.in @@ -68,7 +68,7 @@ GNOMEUI_VERSION=2.2.0 GCONF_VERSION=1.2.1 STARTUP_NOTIFICATION_VERSION=0.8 DBUS_VERSION=0.60 -SQLITE_VERSION=3.26.0 +SQLITE_VERSION=3.27.2 dnl Set various checks dnl ======================================================== -- cgit v1.2.3