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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2183-g6675d73
Date: Mon, 16 Mar 2015 15:10:36 +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  6675d736bf4d78e7ece0879b98d0b19accb9611d (commit)
      from  9937da2ada50c0c4e1703ac0d85fc57a497a9aa2 (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=6675d736bf4d78e7ece0879b98d0b19accb9611d


commit 6675d736bf4d78e7ece0879b98d0b19accb9611d
Author: Tomáš Čech <address@hidden>
Date:   Mon Mar 16 15:29:46 2015 +0100

    fix sanity check for configure option --with-sysroot

diff --git a/configure.ac b/configure.ac
index 2dc89f6..c47280d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -248,7 +248,7 @@ AC_ARG_WITH(sysroot,
   with_top_level=${withval};
   cross_compiling=yes)
 
-if test x"${cross_compiling}" != x; then
+if test x"${cross_compiling}" = xyes; then
   dnl Check if /usr isn't part of the specified path
   if test -d ${with_top_level}/usr; then
     with_top_level=${withval}/usr

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

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]