From c8d10d0a20cdf3a6ee04513e8ac2de8ee41b3d06 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Mon, 26 Jul 2010 14:10:55 -0400 Subject: [PATCH] Bug 577426 - Disable JavaXPCOM by default in all configurations, because there is no active maintainer, sr=shaver --- xulrunner/confvars.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/xulrunner/confvars.sh b/xulrunner/confvars.sh index 90bcb5b7509..fb23ddc49f3 100755 --- a/xulrunner/confvars.sh +++ b/xulrunner/confvars.sh @@ -43,7 +43,6 @@ MOZ_XULRUNNER=1 MOZ_ENABLE_LIBXUL=1 MOZ_STATIC_BUILD_UNSUPPORTED=1 MOZ_APP_VERSION=$MOZILLA_VERSION -MOZ_JAVAXPCOM=1 if test "$MOZ_STORAGE"; then MOZ_PLACES=1 fi