Bug 521673 - Remove remnant OJI references; (Av1) /js/src/configure.in.

r=ted.mielczarek.
This commit is contained in:
Serge Gautherie 2010-03-03 11:12:28 +01:00
parent c6829f1372
commit b1f774fef1

View File

@ -2436,17 +2436,6 @@ case "$target" in
esac
AC_SUBST(NO_LD_ARCHIVE_FLAGS)
dnl
dnl Indicate that platform requires special thread safe
dnl locking when starting up the OJI JVM
dnl (see mozilla/modules/oji/src/nsJVMManager.cpp)
dnl ========================================================
case "$target" in
*-hpux*)
AC_DEFINE(MOZ_OJI_REQUIRE_THREAD_SAFE_ON_STARTUP)
;;
esac
dnl ========================================================
dnl = Flags to strip unused symbols from .so components
dnl ========================================================