From 636b5016555f57b8dd749dca0a1ab1fb84dbf0e2 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Thu, 25 Sep 2003 12:48:58 +0000 Subject: [PATCH] Bug 219505 Change MOZ_PHOENIX to MOZ_XUL_APP in themes patch by stephen walker (sdwalker@myrealbox.com) r+sr=bryner --- themes/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Makefile.in b/themes/Makefile.in index d18e8bee5775..fa7ebee24b43 100644 --- a/themes/Makefile.in +++ b/themes/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk DIRS = classic -ifndef MOZ_PHOENIX +ifndef MOZ_XUL_APP DIRS += modern endif