diff options
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 9d57839e3..511f40653 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) |