Bug 863300 Themes (Modern and Classic) are broken due to
Bug 846540 rs=jcranmer
--- a/suite/configure.in
+++ b/suite/configure.in
@@ -3,17 +3,17 @@ dnl vi: set tabstop=2 shiftwidth=2 expan
dnl This Source Code Form is subject to the terms of the Mozilla Public
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 Things we need to carry from confvars.sh
AC_DEFINE(MOZ_SUITE)
AC_SUBST(MOZ_SUITE)
AC_SUBST(MOZ_COMPOSER)
-AC_SUBST(SUITE_VERSION)
+AC_SUBST(SEAMONKEY_VERSION)
dnl Optional parts of the build.
AC_SUBST(MOZ_MORK)
if test "$MOZ_MORK"; then
AC_DEFINE(MOZ_MORK)
MORK_COMPONENT=mork
MORK_MODULE="MODULE(nsMorkModule)"
fi