Closed
Bug 163592
Opened 23 years ago
Closed 23 years ago
Add ifdefs around ldap
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: stdowa+bugzilla, Assigned: netscape)
Details
Attachments
(1 file)
|
637 bytes,
patch
|
Details | Diff | Splinter Review |
With --disable-ldap, the Makefile still tries to make ldap.
make[4]: Leaving directory `/cygdrive/c/Mozilla/mozilla/obj-i586-pc-
msvc/nsprpub'
make[3]: Leaving directory `/cygdrive/c/Mozilla/mozilla/obj-i586-pc-msvc'
make ldap
make[3]: Entering directory `/cygdrive/c/Mozilla/mozilla/obj-i586-pc-msvc'
make[3]: Nothing to be done for `ldap'.
make[3]: Leaving directory `/cygdrive/c/Mozilla/mozilla/obj-i586-pc-msvc'
| Reporter | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
Actually, that was intentional. At the time, I didn't want to litter things with
more ifdefs when a single one in the ldap target would suffice.
| Assignee | ||
Comment 3•23 years ago
|
||
wontfix.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•