mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Make AC option for devtools (client) an enable_bool to align with the default.
This commit is contained in:
parent
55b65909aa
commit
146a00f5b0
1 changed files with 4 additions and 4 deletions
|
|
@ -4651,10 +4651,10 @@ AC_SUBST(MOZ_DEVTOOLS_SERVER)
|
|||
dnl ========================================================
|
||||
dnl = Disable Mozilla Developer Tools (client)
|
||||
dnl ========================================================
|
||||
MOZ_ARG_DISABLE_BOOL(devtools,
|
||||
[ --disable-devtools Disable Mozilla Developer Tools (client)],
|
||||
MOZ_DEVTOOLS=,
|
||||
MOZ_DEVTOOLS=1)
|
||||
MOZ_ARG_ENABLE_BOOL(devtools,
|
||||
[ --enable-devtools Enable Mozilla Developer Tools (client)],
|
||||
MOZ_DEVTOOLS=1,
|
||||
MOZ_DEVTOOLS=)
|
||||
|
||||
if test -n "$MOZ_DEVTOOLS"; then
|
||||
if test ! -n "$MOZ_DEVTOOLS_SERVER"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue