diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-08-14 17:19:40 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-08-14 17:19:40 +0200 |
commit | 9936931e8cec3c6025382eafce0b47162c67a300 (patch) | |
tree | 9d8574bff09f9f29d38edc9d0886ff1f4f27355f /old-configure.in | |
parent | bb209ae59574e4ec63b12be1a6c99c565457509f (diff) | |
download | uxp-9936931e8cec3c6025382eafce0b47162c67a300.tar.gz |
Issue mcp-graveyard/UXP#1124: Remove Firefox Developer Edition code.
Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/old-configure.in b/old-configure.in index cdfdfb73d3..1525ecc9b6 100644 --- a/old-configure.in +++ b/old-configure.in @@ -5483,10 +5483,6 @@ if test "$ACCESSIBILITY" -a "$MOZ_ENABLE_GTK" ; then AC_DEFINE_UNQUOTED(ATK_REV_VERSION, $ATK_REV_VERSION) fi -if test -n "$MOZ_DEV_EDITION"; then - AC_DEFINE(MOZ_DEV_EDITION) -fi - if test "$MOZ_DEBUG"; then A11Y_LOG=1 fi |