From 2653f1dd0673f41068622f7b663a1ffa2c1db7ba Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 4 Aug 2018 08:03:36 +0200 Subject: Make AC option for devtools (client) an enable_bool to align with the default. --- old-configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/old-configure.in b/old-configure.in index a95b307f2..d40305309 100644 --- a/old-configure.in +++ b/old-configure.in @@ -4568,10 +4568,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 -- cgit v1.2.3