Skip to content

Commit

Permalink
Bug 1003641 - add MOZ_LOOP configure variable. r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond committed Apr 30, 2014
1 parent 5a6d268 commit 8d2516e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3975,6 +3975,7 @@ LIBJPEG_TURBO_ASFLAGS=
LIBJPEG_TURBO_X86_ASM=
LIBJPEG_TURBO_X64_ASM=
LIBJPEG_TURBO_ARM_ASM=
MOZ_LOOP=$NIGHTLY_BUILD
MOZ_PERMISSIONS=1
MOZ_PLACES=1
MOZ_SOCIAL=1
Expand Down Expand Up @@ -8377,6 +8378,12 @@ if test "$BUILD_CTYPES"; then
AC_DEFINE(BUILD_CTYPES)
fi

dnl Build Loop if required
AC_SUBST(MOZ_LOOP)
if test "$MOZ_LOOP"; then
AC_DEFINE(MOZ_LOOP)
fi

dnl Build Places if required
if test "$MOZ_PLACES"; then
AC_DEFINE(MOZ_PLACES)
Expand Down

0 comments on commit 8d2516e

Please sign in to comment.