mirror of
http://git.mos6581.com/ManchildProductions/Male-Poon.git
synced 2026-05-26 13:34:14 +00:00
Fix issues with missing variables for preprocessed files
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user