From 7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 24 Feb 2018 09:49:34 -0500 Subject: Developer Tools client should be a disable bool in ac configure --- old-configure.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 17e1a4eca7..203a12bea0 100644 --- a/old-configure.in +++ b/old-configure.in @@ -4750,12 +4750,12 @@ fi AC_SUBST(MOZ_DEVTOOLS_SERVER) dnl ======================================================== -dnl = Enable Mozilla Developer Tools (client) +dnl = Disable Mozilla Developer Tools (client) dnl ======================================================== -MOZ_ARG_ENABLE_BOOL(devtools, -[ --enable-devtools Enable Mozilla Developer Tools (client)], - MOZ_DEVTOOLS=1, - MOZ_DEVTOOLS=) +MOZ_ARG_DISABLE_BOOL(devtools, +[ --disable-devtools Disable Mozilla Developer Tools (client)], + MOZ_DEVTOOLS=, + MOZ_DEVTOOLS=1) if test -n "$MOZ_DEVTOOLS"; then if test ! -n "$MOZ_DEVTOOLS_SERVER"; then -- cgit v1.2.3