Bug 1249441 - Remove topsrcdir!=objdir exemption for l10n builds. r=mshal

This commit is contained in:
Mike Hommey 2016-02-19 08:11:59 +09:00
Родитель d2510ef7a5
Коммит 44a0b5f2d9
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -96,8 +96,7 @@ dnl ==============================================================
_topsrcdir=`cd \`dirname $0\`; pwd -W 2>/dev/null || pwd -P`
_objdir=`pwd -P`
dnl TODO Don't exempt L10N builds once bug 842760 is resolved.
if test "$_topsrcdir" = "$_objdir" -a "${with_l10n_base+set}" != set; then
if test "$_topsrcdir" = "$_objdir"; then
echo " ***"
echo " * Building directly in the main source directory is not allowed."
echo " *"