mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1396156 - Define MOZ_DEV_EDITION for js/src. r=ted
This commit is contained in:
parent
87ae2b846a
commit
a2c208aafe
@ -2058,6 +2058,11 @@ if test "$MOZ_DEBUG"; then
|
||||
AC_DEFINE(MOZ_REFLOW_PERF_DSP)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_DEV_EDITION)
|
||||
if test -n "$MOZ_DEV_EDITION"; then
|
||||
AC_DEFINE(MOZ_DEV_EDITION)
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl Determine options to use for running the preprocessor.
|
||||
dnl ========================================================
|
||||
|
@ -5141,6 +5141,7 @@ export MOZ_ZLIB_CFLAGS
|
||||
export MOZ_ZLIB_LIBS
|
||||
export MOZ_APP_NAME
|
||||
export MOZ_APP_REMOTINGNAME
|
||||
export MOZ_DEV_EDITION
|
||||
export RUSTC
|
||||
export MOZILLA_CENTRAL_PATH=$_topsrcdir
|
||||
export STLPORT_CPPFLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user