summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/old-configure.in b/old-configure.in
index 3d6d40e56..0d169d55f 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -720,17 +720,6 @@ if test "$MOZ_PROFILING" -a -z "$STRIP_FLAGS"; then
fi
dnl ========================================================
-dnl = Enable DMD
-dnl ========================================================
-
-if test "$MOZ_DMD"; then
- if test "${CPU_ARCH}" = "arm"; then
- CFLAGS="$CFLAGS -funwind-tables"
- CXXFLAGS="$CXXFLAGS -funwind-tables"
- fi
-fi
-
-dnl ========================================================
dnl System overrides of the defaults for host
dnl ========================================================
case "$host" in
@@ -4475,7 +4464,7 @@ fi
# Demangle only for debug or DMD builds
MOZ_DEMANGLE_SYMBOLS=
-if test "$HAVE_DEMANGLE" && test "$MOZ_DEBUG" -o "$MOZ_DMD"; then
+if test "$HAVE_DEMANGLE" && test "$MOZ_DEBUG"; then
MOZ_DEMANGLE_SYMBOLS=1
AC_DEFINE(MOZ_DEMANGLE_SYMBOLS)
fi
@@ -5070,7 +5059,7 @@ fi
dnl ========================================================
-if test "$MOZ_DEBUG" -o "$MOZ_DMD"; then
+if test "$MOZ_DEBUG"; then
MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS=
fi