fix 75982 r=ftang sr=erik

turn IBMBIDI on by default in car pool
This commit is contained in:
ftang%netscape.com 2001-05-09 21:20:16 +00:00
parent 29f6e89888
commit 378ad98963
2 changed files with 2 additions and 3 deletions

View File

@ -58,7 +58,7 @@ cache 1
useimg2 1
lowmem 0
accessible 1
bidi 0
bidi 1
p3p 0
jsdebugger 0
moz_logging 1

View File

@ -134,9 +134,8 @@ CFLAGS=$(MOZ_JAVA_FLAG) -DEDITOR $(OS_CFLAGS) $(MOZ_CFLAGS)
CFLAGS=$(MOZ_JAVA_FLAG) $(OS_CFLAGS) $(MOZ_CFLAGS)
!endif
!ifdef IBMBIDI
IBMBIDI=1
CFLAGS=$(CFLAGS) -DIBMBIDI
!endif
LFLAGS=$(OS_LFLAGS) $(LLFLAGS) $(MOZ_LFLAGS)