Make MOZ_PHOENIX also define MOZ_XUL_APP (bug 197005). r=cls,mscott

git-svn-id: svn://10.0.0.236/trunk@139365 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-03-13 02:20:07 +00:00
parent 8a36238e8d
commit ba45fcea08
2 changed files with 5 additions and 0 deletions

View File

@@ -408,3 +408,4 @@ MOZ_TOOLS_DIR = @MOZ_TOOLS_DIR@
MOZ_MAPINFO = @MOZ_MAPINFO@
MOZ_PHOENIX = @MOZ_PHOENIX@
MOZ_XUL_APP = @MOZ_XUL_APP@

View File

@@ -3200,11 +3200,15 @@ MOZ_ARG_DISABLE_BOOL(ldap,
dnl ========================================================
dnl = Phoenix
dnl ========================================================
MOZ_XUL_APP=
if test "$MOZ_PHOENIX"; then
AC_DEFINE(MOZ_PHOENIX)
MOZ_XUL_APP=1
AC_DEFINE(MOZ_XUL_APP)
fi
AC_SUBST(MOZ_PHOENIX)
AC_SUBST(MOZ_XUL_APP)
dnl ========================================================
dnl = FreeType2