bug 385241 - disable libxul for debug builds. r=bsmedberg

This commit is contained in:
ted.mielczarek@gmail.com 2007-07-05 11:04:47 -07:00
Родитель 050b6c8401
Коммит e6b3b339dc
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -6722,6 +6722,11 @@ MOZ_ARG_ENABLE_BOOL(static,
BUILD_STATIC_LIBS=1,
BUILD_STATIC_LIBS=)
dnl Disable libxul in debug builds.
if test -n "$MOZ_DEBUG"; then
MOZ_ENABLE_LIBXUL=
fi
MOZ_ARG_ENABLE_BOOL(libxul,
[ --enable-libxul Enable building of libxul],
MOZ_ENABLE_LIBXUL=1,