mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
Added #ifndef MOZ_LDAP to fix ports bustage.
This commit is contained in:
parent
1fad9df894
commit
3ea79dee24
@ -85,7 +85,9 @@ OBJS = .\$(OBJDIR)\nsConfigFactory.obj \
|
||||
.\$(OBJDIR)\nsAutoConfig.obj \
|
||||
.\$(OBJDIR)\nsReadConfig.obj \
|
||||
.\$(OBJDIR)\nsJSConfigTriggers.obj \
|
||||
!if !defined(DISABLE_LDAP)
|
||||
.\$(OBJDIR)\nsLDAPSyncQuery.obj \
|
||||
!endif
|
||||
$(NULL)
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user