From ca23a636cfd11070e14ec42d7ea69fe27efb5f02 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 20 Feb 2020 10:39:08 -0500 Subject: [PATCH] [Pale-Moon] Issue MoonchildProductions/UXP#1457 - Remove redundant MOZ_FOLD_LIBS from confvars It was moved to ac configure at some point --- application/palemoon/confvars.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh index ee8e384120..d8943aafa3 100644 --- a/application/palemoon/confvars.sh +++ b/application/palemoon/confvars.sh @@ -87,11 +87,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