| 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 |