Fix issues with missing variables for preprocessed files

This commit is contained in:
ManchildProductions
2021-09-18 00:28:24 -04:00
parent cf87006c26
commit 82ace43b80
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
dnl Things we need to carry from confvars.sh
AC_DEFINE(MOZ_PHOENIX)
AC_SUBST(MOZ_PHOENIX)
AC_DEFINE(MOZ_PHOENIX_EXTENSIONS)
AC_SUBST(MOZ_PHOENIX_EXTENSIONS)
AC_DEFINE(MC_PALEMOON)
AC_SUBST(MC_PALEMOON)
+1
View File
@@ -42,6 +42,7 @@ MC_PALEMOON=1
# Enables conditional code in the platform for historically
# Firefox-like browsers
MOZ_PHOENIX=1
MOZ_PHOENIX_EXTENSIONS=1
# Lightweight Themes
MOZ_PERSONAS=1