зеркало из https://github.com/mozilla/pjs.git
fix 75982. turn IBMBIDI on by default
r=ftang sr=erik in car pool
This commit is contained in:
Родитель
0bf4d9288e
Коммит
be411661b6
10
configure.in
10
configure.in
|
@ -3052,11 +3052,11 @@ MOZ_ARG_DISABLE_BOOL(tests,
|
|||
[ --disable-tests Do not build tests libraries & programs],
|
||||
ENABLE_TESTS= )
|
||||
|
||||
dnl bi-directional support off by default
|
||||
IBMBIDI=
|
||||
MOZ_ARG_ENABLE_BOOL(bidi,
|
||||
[ --enable-bidi Enable bi-directional support],
|
||||
IBMBIDI=1)
|
||||
dnl bi-directional support on by default
|
||||
IBMBIDI=1
|
||||
MOZ_ARG_DISABLE_BOOL(bidi,
|
||||
[ --disable-bidi Disable bi-directional support],
|
||||
IBMBIDI= )
|
||||
if test "$IBMBIDI"; then
|
||||
AC_DEFINE(IBMBIDI)
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче