Closed
Bug 548186
Opened 15 years ago
Closed 15 years ago
Add an |AC_CHECK_HEADER(wpcapi.h)| for "parental controls"
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sgautherie, Unassigned)
References
()
Details
Bug 509179 removed |AC_CHECK_HEADERS(wpcapi.h)|.
But there is
{
/toolkit/components/parentalcontrols/src/nsParentalControlsServiceWin.h
* line 53 -- #include <wpcapi.h>
}
Shouldn't we add a (new) check in configure.in 'parental controls (for Windows Vista)' section?
Flags: in-testsuite-
Comment 1•15 years ago
|
||
No. The makefile that builds parentalcontrols/src:
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/parentalcontrols/Makefile.in#48
is already conditional on MOZ_DISABLE_PARENTAL_CONTROLS, and that gets set in configure if we're targeting a Windows SDK older than Vista:
http://mxr.mozilla.org/mozilla-central/source/configure.in#516
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•