зеркало из https://github.com/mozilla/pjs.git
Remove --enable-java-supplement.
Fix --enable-auto-deps. Bug #161461 r=bryner
This commit is contained in:
Родитель
986a5a7d34
Коммит
f0c8df14f6
|
@ -2883,7 +2883,7 @@ else
|
|||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
for ac_prog in gawk mawk nawk awk
|
||||
for ac_prog in mawk gawk nawk awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
@ -12711,7 +12711,7 @@ if test "${enable_auto_deps+set}" = set; then
|
|||
if test "$enableval" = "no"; then
|
||||
MOZ_AUTO_DEPS=
|
||||
elif test "$enableval" = "yes"; then
|
||||
:
|
||||
MOZ_AUTO_DEPS=1
|
||||
else
|
||||
{ echo "configure: error: Option, auto-deps, does not take an argument ($enableval)." 1>&2; exit 1; }
|
||||
fi
|
||||
|
|
21
configure.in
21
configure.in
|
@ -3187,24 +3187,6 @@ MOZ_ARG_DISABLE_BOOL(jsd,
|
|||
MOZ_JSDEBUGGER=)
|
||||
|
||||
|
||||
dnl =========================================================
|
||||
dnl = Blackwood Java Code =
|
||||
dnl =========================================================
|
||||
if test "$no_x" != "yes"
|
||||
then
|
||||
AC_ARG_ENABLE(java-supplement,
|
||||
[ --enable-java-supplement
|
||||
Enable Blackwood Java Code],
|
||||
[
|
||||
if test "$enableval" = "yes"
|
||||
then
|
||||
MOZ_JAVA_SUPPLEMENT=1
|
||||
else
|
||||
MOZ_JAVA_SUPPLEMENT=
|
||||
fi
|
||||
])
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl = This turns on xinerama support. We just can't use the
|
||||
dnl = autodetection of the libraries since on Red Hat 7 linking with
|
||||
|
@ -4118,7 +4100,8 @@ MOZ_AUTO_DEPS=1
|
|||
fi
|
||||
MOZ_ARG_DISABLE_BOOL(auto-deps,
|
||||
[ --disable-auto-deps Do not automatically generate dependency info],
|
||||
MOZ_AUTO_DEPS=)
|
||||
MOZ_AUTO_DEPS=,
|
||||
MOZ_AUTO_DEPS=1)
|
||||
|
||||
if test -n "$MOZ_AUTO_DEPS"; then
|
||||
dnl ========================================================
|
||||
|
|
Загрузка…
Ссылка в новой задаче