зеркало из https://github.com/mozilla/pjs.git
Automated update
This commit is contained in:
Родитель
be411661b6
Коммит
af07013d27
|
@ -114,7 +114,7 @@ ac_help="$ac_help
|
|||
ac_help="$ac_help
|
||||
--disable-tests Do not build tests libraries & programs"
|
||||
ac_help="$ac_help
|
||||
--enable-bidi Enable bi-directional support"
|
||||
--disable-bidi Disable bi-directional support"
|
||||
ac_help="$ac_help
|
||||
--enable-monolithic-toolkit
|
||||
Link the toolkit into the app"
|
||||
|
@ -11110,13 +11110,13 @@ if test "${enable_tests+set}" = set; then
|
|||
fi
|
||||
|
||||
|
||||
IBMBIDI=
|
||||
IBMBIDI=1
|
||||
# Check whether --enable-bidi or --disable-bidi was given.
|
||||
if test "${enable_bidi+set}" = set; then
|
||||
enableval="$enable_bidi"
|
||||
if test "$enableval" = "yes"; then
|
||||
IBMBIDI=1
|
||||
elif test "$enableval" = "no"; then
|
||||
if test "$enableval" = "no"; then
|
||||
IBMBIDI=
|
||||
elif test "$enableval" = "yes"; then
|
||||
:
|
||||
else
|
||||
{ echo "configure: error: Option, bidi, does not take an argument ($enableval)." 1>&2; exit 1; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче