зеркало из https://github.com/mozilla/pjs.git
Bug 425979 - "Win2003 SDK and MinGW build error in ../mozilla/toolkit/components/parentalcontrols/src/nsParentalControlsServiceWin.cpp (add --disable-parental-controls)" (configure bits) [p=ted.mielczarek@gmail.com (Ted Mielczarek [luser]) r=bsmedberg a1.9=beltzner]
This commit is contained in:
Родитель
d7895294f4
Коммит
9134b9a496
|
@ -140,6 +140,7 @@ MOZ_UPDATER = @MOZ_UPDATER@
|
|||
MOZ_UPDATE_PACKAGING = @MOZ_UPDATE_PACKAGING@
|
||||
MOZ_NO_ACTIVEX_SUPPORT = @MOZ_NO_ACTIVEX_SUPPORT@
|
||||
MOZ_ACTIVEX_SCRIPTING_SUPPORT = @MOZ_ACTIVEX_SCRIPTING_SUPPORT@
|
||||
MOZ_DISABLE_PARENTAL_CONTROLS = @MOZ_DISABLE_PARENTAL_CONTROLS@
|
||||
XPC_IDISPATCH_SUPPORT = @XPC_IDISPATCH_SUPPORT@
|
||||
MOZ_SPELLCHECK = @MOZ_SPELLCHECK@
|
||||
MOZ_XPFE_COMPONENTS = @MOZ_XPFE_COMPONENTS@
|
||||
|
|
13
configure.in
13
configure.in
|
@ -5782,6 +5782,19 @@ MOZ_ARG_DISABLE_BOOL(tests,
|
|||
ENABLE_TESTS=,
|
||||
ENABLE_TESTS=1 )
|
||||
|
||||
dnl ========================================================
|
||||
dnl parental controls (for Windows Vista)
|
||||
dnl ========================================================
|
||||
MOZ_ARG_DISABLE_BOOL(parental-controls,
|
||||
[ --disable-parental-controls
|
||||
Do not build parental controls],
|
||||
MOZ_DISABLE_PARENTAL_CONTROLS=1,
|
||||
MOZ_DISABLE_PARENTAL_CONTROLS=)
|
||||
if test -n "$MOZ_DISABLE_PARENTAL_CONTROLS"; then
|
||||
AC_DEFINE(MOZ_DISABLE_PARENTAL_CONTROLS)
|
||||
fi
|
||||
AC_SUBST(MOZ_DISABLE_PARENTAL_CONTROLS)
|
||||
|
||||
dnl ========================================================
|
||||
dnl =
|
||||
dnl = Module specific options
|
||||
|
|
Загрузка…
Ссылка в новой задаче