Bug 1077214 - Don't export DLLFLAGS from main configure. r=mshal

DLLFLAGS was exported from main configure so that it would be picked by NSPR
configure, allowing to pass down flags to link NSPR against mozglue. With
MOZ_FOLD_LIBS always enabled on MSVC builds, that is not necessary anymore
since the NSPR build system doesn't build any shared library anymore.
This commit is contained in:
Mike Hommey 2014-10-04 10:34:13 +09:00
Родитель ca69fe623e
Коммит ce2e710e2e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -7173,8 +7173,6 @@ else
DLLFLAGS="$DLLFLAGS -LIBPATH:\$(DIST)/lib -DEFAULTLIB:mozglue"
fi
rm crtdll.obj
export DLLFLAGS
;;
*)
AC_MSG_ERROR([--enable-jemalloc not supported on ${target}])