Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: configure.in

Issue 29325961: Issue 2995 - Use a different update URL in release builds (Closed)
Patch Set: Created Sept. 5, 2015, 8 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/app/mobile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: configure.in
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -9029,6 +9029,14 @@
fi
AC_SUBST(JS_SHARED_LIBRARY)
+dnl ========================================================
Felix Dahlke 2015/09/05 08:45:23 I'm not really good with autohell, but how I see i
+dnl Adblock Browser has it's own notion of a release build,
+dnl see: https://issues.adblockplus.org/ticket/2995
+dnl ========================================================
+if test "$ABB_RELEASE_BUILD"; then
+ AC_DEFINE(ABB_RELEASE_BUILD)
+fi
+
MOZ_CREATE_CONFIG_STATUS()
# No need to run subconfigures when building with LIBXUL_SDK_DIR
« no previous file with comments | « no previous file | mobile/android/app/mobile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld