Bug 395586 - Make xulrunner debug build libxul still.

r=ted.mielczarek@gmail.com (Ted Mielczarek)
a=bzbarsky@mit.edu (Boris Zbarsky)


git-svn-id: svn://10.0.0.236/trunk@236204 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com
2007-09-18 10:54:13 +00:00
parent f759983e53
commit 4d3b79686e

View File

@@ -6762,8 +6762,8 @@ MOZ_ARG_ENABLE_BOOL(static,
BUILD_STATIC_LIBS=1,
BUILD_STATIC_LIBS=)
dnl Disable libxul in debug builds.
if test -n "$MOZ_DEBUG"; then
dnl Disable libxul in debug builds, but not for xulrunner.
if test -n "$MOZ_DEBUG" -a "$MOZ_BUILD_APP" != "xulrunner"; then
MOZ_ENABLE_LIBXUL=
fi