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. 785f250db14ef0c92e39


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 785f250db14ef0c92e39c5b85932565692de8fa3
Date: Tue, 23 Nov 2010 17:55:37 +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  785f250db14ef0c92e39c5b85932565692de8fa3 (commit)
       via  77017023ca7f31a093925b82bdad64bf4c9834a7 (commit)
      from  3cf409337ec623ef21c7282cc0c91637046d242a (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=785f250db14ef0c92e39c5b85932565692de8fa3


commit 785f250db14ef0c92e39c5b85932565692de8fa3
Merge: 7701702 3cf4093
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 23 18:47:36 2010 +0100

    Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=77017023ca7f31a093925b82bdad64bf4c9834a7


commit 77017023ca7f31a093925b82bdad64bf4c9834a7
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 23 18:46:18 2010 +0100

    Properly quote variable used as arg to test -n to fix errors like: 
/bin/bash: line 0: test: -lboost_serialization-mt: binary operator expected
    Show GSTPBUTILS cflags and libs for better debugging

diff --git a/Makefile.am b/Makefile.am
index e23ab3e..c3d9c71 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -237,6 +237,8 @@ dumpconfig:
 if USE_GST_ENGINE
        @echo " GSTREAMER_CFLAGS is $(GSTREAMER_CFLAGS)"
        @echo " GSTREAMER_LIBS is $(GSTREAMER_LIBS)"
+       @echo " GSTPBUTILS_CFLAGS is $(GSTPBUTILS_CFLAGS)"
+       @echo " GSTPBUTILS_LIBS is $(GSTPBUTILS_LIBS)"
 endif
 if USE_FFMPEG_ENGINE
        @echo " FFMPEG_CFLAGS is $(FFMPEG_CFLAGS)"
@@ -322,7 +324,7 @@ endif
        @echo " CURL_LIBS is $(CURL_LIBS)"
        @echo " BOOST_CFLAGS is $(BOOST_CFLAGS)"
        @echo " BOOST_LIBS is $(BOOST_LIBS)"
-       @if test -n $(BOOST_CYGNAL_LIBS); then \
+       @if test -n "$(BOOST_CYGNAL_LIBS)"; then \
          echo "        BOOST_CYGNAL_LIBS is $(BOOST_CYGNAL_LIBS)"; \
        fi
 if ENABLE_MING

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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