[PALEMOON] Add defines and subst to application specific configure

This commit is contained in:
NTD 2018-04-04 06:28:50 -04:00 • committed by Roy Tam
commit b42687ec11

View file

@ -5,6 +5,11 @@ dnl License, v. 2.0. If a copy of the MPL was not distributed with this
dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
dnl Things we need to carry from confvars.sh dnl Things we need to carry from confvars.sh
AC_DEFINE(MOZ_PHOENIX)
AC_SUBST(MOZ_PHOENIX)
AC_DEFINE(MC_PALEMOON)
AC_SUBST(MC_PALEMOON)
dnl Optional parts of the build. dnl Optional parts of the build.