From 5563c20d888589f72af43db315883eda68bfabec Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Thu, 7 May 2020 22:11:16 -0700 Subject: Remove MOZ_FOLD_LIBS --- webbrowser/confvars.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'webbrowser/confvars.sh') diff --git a/webbrowser/confvars.sh b/webbrowser/confvars.sh index 2968529..8b156b0 100644 --- a/webbrowser/confvars.sh +++ b/webbrowser/confvars.sh @@ -1,7 +1,4 @@ #! /bin/sh -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. # Application Basename and Vendor # MOZ_APP_BASENAME and MOZ_APP_VENDOR must not have spaces. @@ -88,11 +85,6 @@ MOZ_CHROME_FILE_FORMAT=omni # Set the default top-level extensions MOZ_EXTENSIONS_DEFAULT=" gio" -# Fold Libs -if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then - MOZ_FOLD_LIBS=1 -fi - # Include bundled fonts if test "$OS_ARCH" = "WINNT" -o \ "$OS_ARCH" = "Linux"; then -- cgit v1.2.3