Bug 1144842 (part 3) - Remove --enable-dmd code from js/src/configure.in. r=glandium.

It doesn't make sense to enable DMD in the JS shell.

--HG--
extra : rebase_source : 1f1c6691cb139c4c0e7a51c4f820c6065b23b966
This commit is contained in:
Nicholas Nethercote 2016-01-21 16:59:02 -08:00
parent 160743c7c2
commit 94fe8f79f0

View File

@ -2901,24 +2901,6 @@ elif test "$GNU_CC"; then
fi
fi
dnl ========================================================
dnl = Enable DMD
dnl ========================================================
MOZ_ARG_ENABLE_BOOL(dmd,
[ --enable-dmd Enable DMD; also enables jemalloc and replace-malloc],
MOZ_DMD=1,
MOZ_DMD= )
if test "$MOZ_DMD"; then
AC_DEFINE(MOZ_DMD)
if test "${CPU_ARCH}" = "arm"; then
CFLAGS="$CFLAGS -funwind-tables"
CXXFLAGS="$CXXFLAGS -funwind-tables"
fi
fi
dnl ========================================================
dnl = Enable jemalloc
dnl ========================================================