bug 451909, first step: error out if builds unset MOZ_XUL_APP, r=ted

This commit is contained in:
Robert Kaiser 2008-08-26 19:58:12 +02:00
parent 6dfb6b49cc
commit d17ef73f74

View File

@ -4630,6 +4630,10 @@ standalone)
esac
if test -z "$MOZ_XUL_APP"; then
AC_MSG_ERROR([builds with unsetting MOZ_XUL_APP in confvars.sh are not supported.])
fi
AC_SUBST(MOZ_BUILD_APP)
AC_SUBST(MOZ_XUL_APP)
AC_SUBST(MOZ_PHOENIX)