Bug 1403366 - Remove the --with-default-mozilla-five-home configure flag. r=froydnj

--HG--
extra : rebase_source : e2723771fb76392269ea27de00c590e2e2bc6d9b
This commit is contained in:
Mike Hommey 2017-09-28 11:02:45 +09:00
parent 87d3bf1331
commit 4c9ac7836e
2 changed files with 0 additions and 10 deletions

View File

@ -243,7 +243,6 @@ def old_configure_options(*options):
'--with-branding',
'--with-cross-lib',
'--with-debug-label',
'--with-default-mozilla-five-home',
'--with-distribution-id',
'--with-doc-include-dirs',
'--with-doc-input-dirs',

View File

@ -4057,15 +4057,6 @@ dnl =
dnl ========================================================
MOZ_ARG_HEADER(Misc. Options)
dnl ========================================================
dnl = Define default location for MOZILLA_FIVE_HOME
dnl ========================================================
MOZ_ARG_WITH_STRING(default-mozilla-five-home,
[ --with-default-mozilla-five-home
Set the default value for MOZILLA_FIVE_HOME],
[ val=`echo $withval`
AC_DEFINE_UNQUOTED(MOZ_DEFAULT_MOZILLA_FIVE_HOME,"$val") ])
dnl ========================================================
dnl = Location of the mozilla user directory (default is ~/.mozilla).],
dnl ========================================================