diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-20 20:11:26 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-20 20:11:26 -0400 |
commit | 73cf45fb640cda3c9ab924483e7982ca9d3a1bf4 (patch) | |
tree | 9a8b4ed066d335f0817ccb60fdfa5e082322ae3f /old-configure.in | |
parent | 118fc4da3a81062d3bb4241b35f14cbc2fe9b0bb (diff) | |
download | uxp-73cf45fb640cda3c9ab924483e7982ca9d3a1bf4.tar.gz |
Import XULRunner and make it produce the generic stub
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/old-configure.in b/old-configure.in index 9d57839e34..511f406531 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2411,15 +2411,6 @@ if test -n "$WITH_APP_BASENAME" ; then MOZ_APP_BASENAME="$WITH_APP_BASENAME" fi -# Special cases where we need to AC_DEFINE something. Also a holdover for apps -# that haven't made a confvars.sh yet. Don't add new stuff here, use -# MOZ_BUILD_APP. -case "$MOZ_BUILD_APP" in -xulrunner) - AC_DEFINE(MOZ_XULRUNNER) - ;; -esac - if test -n "$MOZ_B2G"; then AC_DEFINE(MOZ_B2G) fi @@ -2429,7 +2420,6 @@ if test -n "$MOZ_GRAPHENE"; then AC_DEFINE(MOZ_GRAPHENE) fi -AC_SUBST(MOZ_XULRUNNER) AC_SUBST(MOZ_B2G) AC_SUBST(MOZ_B2G_VERSION) |