gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11754: don't try to build jemalloc


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11754: don't try to build jemalloc for windows. Enable avm2 by default.
Date: Thu, 14 Jan 2010 16:48:59 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11754
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-01-14 16:48:59 -0700
message:
  don't try to build jemalloc for windows. Enable avm2 by default.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-01-01 17:48:26 +0000
+++ b/configure.ac      2010-01-14 23:48:59 +0000
@@ -220,7 +220,7 @@
     yes) avm2=yes ;;
     no)  avm2=no ;;
     *)   AC_MSG_ERROR([bad value ${enableval} for enable-avm2 option]) ;;
-  esac], avm2=no
+  esac], avm2=yes
 )
 AM_CONDITIONAL(ENABLE_AVM2, [test x"$avm2" = xyes])
 if test x$avm2 = xyes; then
@@ -267,7 +267,7 @@
 esac],jemalloc=yes)
 
 dnl There is some weird stuff going on with NetBSD and jemalloc, so don't 
build it for now.
-if test x"${netbsd}" = x"yes"; then
+if test x"${netbsd}" = x"yes" -o x"${windows}" = x"yes"; then
   jemalloc=no
 fi
 dnl If the compiler doesn't have local thread storage enabled, don't try to
@@ -921,8 +921,6 @@
 fi
 AC_PROG_LIBTOOL
 
-dnl Don't ever install libltdl
-AM_CONDITIONAL(INSTALL_LTDL, test x"${enable_ltdl_install-no}" = xyes)
 AM_CONDITIONAL(CONVENIENCE_LTDL, test x"${enable_ltdl_convenience-no}" != xno)
 
 AC_C_CONST


reply via email to

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