summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in8
1 files 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