summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-23 16:31:42 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-23 16:31:42 +0200
commit0640fb2819a4b9fd8637489437a1052f62b35a35 (patch)
treeabfa8d9a272d739ffe2d92bfcf57d9fd5f7e5157 /old-configure.in
parent94e2e9e9e07b677e1ba0924419d8f40298c56dee (diff)
downloadaura-central-0640fb2819a4b9fd8637489437a1052f62b35a35.tar.gz
Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves %376.
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