Don't use the update channel to identify aurora (bug 1095934). r=glandium

This commit is contained in:
Panos Astithas 2014-11-09 10:35:30 +02:00
parent e1923357c3
commit a16e62494c

View File

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