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-247-gb92fc82
Date: Mon, 11 Apr 2011 00:44:32 +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  b92fc82b9570674116b7526514570ea334b8534b (commit)
      from  04f168bc465df8e5c92997017c5a6bb984ccfacb (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=b92fc82b9570674116b7526514570ea334b8534b


commit b92fc82b9570674116b7526514570ea334b8534b
Author: Bastiaan Jacques <address@hidden>
Date:   Mon Apr 11 02:44:01 2011 +0200

    Check for a C++ compiler before checking for a C compiler, so that missing 
either one will abort configure. Fixes bug #31023. Bug See 
http://lists.gnu.org/archive/html/bug-autoconf/2010-05/msg00001.html

diff --git a/configure.ac b/configure.ac
index 45058a6..c6e949e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,8 @@ dnl --------------------------------------------------------
 dnl Figure out development tool stuff
 dnl --------------------------------------------------------
 
-AC_PROG_CC
 AC_PROG_CXX
+AC_PROG_CC
 AC_EXEEXT
 AC_PROG_INSTALL
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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