bug 415928 - fix packaging of CRT with jemalloc - fix CRT linkage. r=bsmedberg

This commit is contained in:
ted.mielczarek@gmail.com 2008-02-20 04:33:11 -08:00
parent 89eddcaa54
commit ed737277b4

View File

@ -6087,6 +6087,10 @@ if test "$MOZ_MEMORY"; then
dnl Needs to be in PATH too, since our tools will wind up linked against it.
dnl This needs to be unix style.
MOZ_PATH="$PATH:$_WIN_UNIX_CRT_PATH"
dnl Statically link the C++ stdlib. We only use this for Breakpad anyway.
AC_DEFINE(_STATIC_CPPLIB)
dnl Don't generate a manifest, since we're linking to a custom CRT.
LDFLAGS="$LDFLAGS -MANIFEST:NO"
;;
*)
AC_MSG_ERROR([--enable-jemalloc not supported on ${target}])