mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 424068: Disable Unicode collation on Mac more intelligently. r=jdaggett
This commit is contained in:
parent
c847d82b0e
commit
2525c14df1
@ -55,11 +55,14 @@ REQUIRES = xpcom \
|
||||
|
||||
CPPSRCS = \
|
||||
nsCollationMac.cpp \
|
||||
nsCollationMacUC.cpp \
|
||||
nsDateTimeFormatMac.cpp \
|
||||
nsMacLocale.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifdef USE_UCCOLLATIONKEY
|
||||
CPPSRCS += nsCollationMacUC.cpp
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/..
|
||||
|
@ -69,6 +69,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_MAC_LOCALE
|
||||
// We currently do not define USE_UCCOLLATIONKEY because it causes crashes.
|
||||
// See bug 128323 and bug 255192
|
||||
#ifdef USE_UCCOLLATIONKEY
|
||||
#include "nsCollationMacUC.h"
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user