diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:42:10 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 06:42:10 -0500 |
commit | 6ff7b85d14eeb64216e7cba5d76beeb2c485045e (patch) | |
tree | e0b638fe4f03b9137b328406db8b1fdd71c035c9 /old-configure.in | |
parent | 8b8c65072aedef94610748ce92c2ed3a19fd5517 (diff) | |
download | UXP-6ff7b85d14eeb64216e7cba5d76beeb2c485045e.tar UXP-6ff7b85d14eeb64216e7cba5d76beeb2c485045e.tar.gz UXP-6ff7b85d14eeb64216e7cba5d76beeb2c485045e.tar.lz UXP-6ff7b85d14eeb64216e7cba5d76beeb2c485045e.tar.xz UXP-6ff7b85d14eeb64216e7cba5d76beeb2c485045e.zip |
Move MOZ_PHOENIX to application configure and set MC_BASILISK
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/old-configure.in b/old-configure.in index 2de3e9db8..4fffb721f 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2401,10 +2401,6 @@ fi # that haven't made a confvars.sh yet. Don't add new stuff here, use # MOZ_BUILD_APP. case "$MOZ_BUILD_APP" in -browser) - AC_DEFINE(MOZ_PHOENIX) - ;; - xulrunner) AC_DEFINE(MOZ_XULRUNNER) ;; @@ -2433,7 +2429,6 @@ if test -n "$MOZ_RUST"; then fi fi -AC_SUBST(MOZ_PHOENIX) AC_SUBST(MOZ_XULRUNNER) AC_SUBST(MOZ_B2G) AC_SUBST(MOZ_MULET) |