Skip to content

Commit

Permalink
Bug 1249441 - Remove topsrcdir!=objdir exemption for l10n builds. r=m…
Browse files Browse the repository at this point in the history
…shal
  • Loading branch information
glandium committed Feb 20, 2016
1 parent 71f27e6 commit 71dcd07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 " *"
Expand Down

0 comments on commit 71dcd07

Please sign in to comment.