From 29f142a11c34c5cff017a4bacdc671d40b610a0a Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.demon.co.uk" Date: Sun, 30 Apr 2006 14:48:53 +0000 Subject: [PATCH] Bug 335154 Fix problems with previous checkin of this file due to incorrect review comment/fixup git-svn-id: svn://10.0.0.236/trunk@195736 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/modern/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/themes/modern/Makefile.in b/mozilla/themes/modern/Makefile.in index 85a5ab2351c..0e6fc5b66ef 100644 --- a/mozilla/themes/modern/Makefile.in +++ b/mozilla/themes/modern/Makefile.in @@ -42,12 +42,10 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ -# XXX Remove this ifdef once SeaMonkey becomes a full XUL app. -ifndef MOZ_XUL_APP - include $(DEPTH)/config/autoconf.mk -else +# XXX Remove this ifdef once SeaMonkey becomes a full XUL app. +ifdef MOZ_XUL_APP USE_EXTENSION_MANIFEST = 1