From f3db780761d8c2e049b317eac4f01c804c3a9d23 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Sat, 24 Mar 2001 00:28:50 +0000 Subject: [PATCH] Turn on LDAP XPCOM SDK code in the default build; no user-visible changes yet (bug 70658). Code being turned on: moa=dmose@netscape.com, sr=shaver@mozilla.org. Windows build patch: r=cls@seawood.org, sr=leaf@mozilla.org --- makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.win b/makefile.win index 994ea9c46e4..b31b27d9c2e 100644 --- a/makefile.win +++ b/makefile.win @@ -104,7 +104,7 @@ DIRS = \ xpinstall \ extensions \ themes \ -!if defined(ENABLE_LDAP) +!if !defined(DISABLE_LDAP) directory\c-sdk \ directory\xpcom \ !endif