Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 769460 - Add a build time option for enabling per-window private …
…browsing; r=glandium
  • Loading branch information
ehsan committed Jul 6, 2012
1 parent 870e77e commit 971a4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/autoconf.mk.in
Expand Up @@ -667,4 +667,6 @@ MOZ_PACKAGE_JSSHELL = @MOZ_PACKAGE_JSSHELL@

MOZ_LINKER_EXTRACT = @MOZ_LINKER_EXTRACT@

MOZ_PER_WINDOW_PRIVATE_BROWSING = @MOZ_PER_WINDOW_PRIVATE_BROWSING@

include $(topsrcdir)/config/baseconfig.mk
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -8375,6 +8375,7 @@ AC_SUBST(MOZ_OS2_TOOLS)
AC_SUBST(MOZ_POST_DSO_LIB_COMMAND)
AC_SUBST(MOZ_POST_PROGRAM_COMMAND)
AC_SUBST(MOZ_LINKER_EXTRACT)
AC_SUBST(MOZ_PER_WINDOW_PRIVATE_BROWSING)

dnl ========================================================
dnl = Mac bundle name prefix
Expand Down

0 comments on commit 971a4f9

Please sign in to comment.