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. 2f0a44ca550dfe45c40a


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 2f0a44ca550dfe45c40a9b9cf17f0fa13af44a21
Date: Wed, 13 Oct 2010 16:29:07 +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  2f0a44ca550dfe45c40a9b9cf17f0fa13af44a21 (commit)
      from  31530529ffb3e0aadb92ad00a37c09cdbdb8d52d (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=2f0a44ca550dfe45c40a9b9cf17f0fa13af44a21


commit 2f0a44ca550dfe45c40a9b9cf17f0fa13af44a21
Author: Rob Savoye <address@hidden>
Date:   Wed Oct 13 10:28:57 2010 -0600

    add automake conditional for AmigaOS4

diff --git a/configure.ac b/configure.ac
index 6a014c7..7ade808 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,6 +194,7 @@ esac
 AM_CONDITIONAL(PLUGIN_LINK_UNDEFINED, test x$openbsd_os = xopenbsd)
 AM_CONDITIONAL(WIN32, test x$windows = xyes)
 AM_CONDITIONAL(HAIKU, test x$haiku = xyes)
+AM_CONDITIONAL(AMIGAOS4, test x$amigaos4 = xyes)
 
 dnl Get build date for helping us debugging
 BUILDDATE="`date +%Y%m%d`"

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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