gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1717-gbd54d3e
Date: Fri, 09 Aug 2013 09:58:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  bd54d3e2af2898a1b018322cfd5c9e628b837432 (commit)
      from  d936a0c7e9547b116196bc9c664ef991bcf893a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=bd54d3e2af2898a1b018322cfd5c9e628b837432


commit bd54d3e2af2898a1b018322cfd5c9e628b837432
Author: Bastiaan Jacques <address@hidden>
Date:   Fri Aug 9 11:52:37 2013 +0200

    Remove various configure-time checks for jemalloc.
    
    Distributions can be expected not to have a package for jemalloc if
    their platform is too esoteric for jemalloc to work (upstream
    libjemalloc now supports all major platforms). Users building on such
    platforms can be expected to disable jemalloc support.

diff --git a/configure.ac b/configure.ac
index 97d607b..d3eb14f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1563,33 +1563,6 @@ AC_HELP_STRING([--disable-jemalloc],[Disable jemalloc]),
   *)   AC_MSG_ERROR([bad value ${enableval} for --enable-jemalloc option]) ;;
 esac],jemalloc=yes)
 
-AC_CHECK_SIZEOF([void *], [4])
-
-if test "x${ac_cv_sizeof_void_p}" != x4 -a x"${ac_cv_sizeof_void_p}" != x8; 
then
-  dnl jemalloc doesn't support unusual pointer sizes
-  jemalloc=no
-fi
-
-dnl There is some weird stuff going on with NetBSD and jemalloc, so don't 
-dnl build it for now.
-if test x"${netbsd}" = x"yes" -o x"${windows}" = x"yes" -o x"${freebsd}" = 
x"yes" -o x"${haiku}" = x"yes" -o x"${gnu}" = x"yes"; then
-  jemalloc=no
-fi
-dnl If the compiler doesn't have local thread storage enabled, don't try to
-dnl use jemalloc.
-if test x"${jemalloc}" = x"yes"; then
-  AC_TRY_COMPILE([], [
-    extern __thread int global_i; ],
-    has_local_thread_storage=yes
-  )
-  if test x"${has_local_thread_storage}" = x"yes"; then
-    AC_DEFINE([HAVE_LOCAL_THREAD_STORAGE], [1], [Has __thread (local thread 
storage) support])
-    AC_DEFINE([USE_JEMALLOC], [], [Use jemalloc instead of system malloc])
-  else
-    jemalloc=no
-  fi
-fi
-
 dnl We can search libs for mallinfo to decide whether we have it or not.
 dnl This is added to the linker flags when it's found. Usually it's -lc, but
 dnl on OpenSolaris it's -lmalloc, so this fixes the build.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]