mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Don't use the update channel to identify aurora (bug 1095934). r=glandium
This commit is contained in:
parent
b605783cb3
commit
821aea821e
@ -9007,7 +9007,7 @@ if test "$ACCESSIBILITY" -a "$MOZ_ENABLE_GTK" ; then
|
||||
AC_DEFINE_UNQUOTED(ATK_REV_VERSION, $ATK_REV_VERSION)
|
||||
fi
|
||||
|
||||
if test "$MOZ_UPDATE_CHANNEL" = "aurora"; then
|
||||
if test -z "$RELEASE_BUILD" -a -z "$NIGHTLY_BUILD"; then
|
||||
AC_DEFINE(MOZ_DEV_EDITION)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user