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: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1758-g7f69fae
Date: Wed, 21 Aug 2013 23:36:18 +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  7f69fae422c4cb3406bc81e877fe173120d5620b (commit)
      from  683110ca275c7f0c07111282c1e8047a723432e1 (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=7f69fae422c4cb3406bc81e877fe173120d5620b


commit 7f69fae422c4cb3406bc81e877fe173120d5620b
Author: Gabriele Giacone <address@hidden>
Date:   Thu Aug 22 01:30:23 2013 +0200

    distcheck: disable device=all and jemalloc on non-linux archs.

diff --git a/Makefile.am b/Makefile.am
index 96ada64..f8bcf34 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
        --with-plugins-install=prefix \
        --enable-extensions=all \
        --enable-gui=all \
-       --enable-device=all \
        --enable-renderer=all \
        --enable-python \
        --enable-cygnal
@@ -55,6 +54,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
 # primarily a Linux only thing.
 if LINUX
 DISTCHECK_CONFIGURE_FLAGS += --enable-device=all
+else
+DISTCHECK_CONFIGURE_FLAGS += --disable-jemalloc
 endif
 
 if CYGNAL

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

Summary of changes:
 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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