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

--HG--
extra : rebase_source : 354efac644a7fdeea507c0e87cf44183d773413d
This commit is contained in:
Mike Hommey 2017-09-28 11:02:45 +09:00
parent e2e258506d
commit 4d379e455b
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 ========================================================