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. 213cfc16a01475e087db


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 213cfc16a01475e087dbee8134f2c49b3dad9269
Date: Sat, 04 Dec 2010 01:23:17 +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  213cfc16a01475e087dbee8134f2c49b3dad9269 (commit)
      from  9413a074b12f7dacbd8de8e11f0927269b4fd659 (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=213cfc16a01475e087dbee8134f2c49b3dad9269


commit 213cfc16a01475e087dbee8134f2c49b3dad9269
Author: Rob Savoye <address@hidden>
Date:   Fri Dec 3 18:22:57 2010 -0700

    += doesn't work with bourne shell

diff --git a/configure.ac b/configure.ac
index f459a5b..4f3605a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1793,7 +1793,7 @@ if $LD --help 2>/dev/null | grep as-needed > /dev/null; 
then
   gcc_cv_ld_as_needed=yes
 fi
 if test x"$gcc_cv_ld_as_needed" = xyes; then
-  LDFLAGS+=" -Wl,--as-needed"
+  LDFLAGS="$LDFLAGS -Wl,--as-needed"
 fi
 AC_MSG_RESULT($gcc_cv_ld_as_needed)
 
diff --git a/macros/curl.m4 b/macros/curl.m4
index 2cf4abf..123a175 100644
--- a/macros/curl.m4
+++ b/macros/curl.m4
@@ -112,7 +112,7 @@ AC_DEFUN([GNASH_PATH_CURL],
   fi
 
   if ${ENABLE_STATIC}; then
-    CURL_CFLAGS+=" -DCURL_STATICLIB"
+    CURL_CFLAGS="$CURL_CFLAGS -DCURL_STATICLIB"
   fi
 
   if test x"${ac_cv_path_curl_lib}" != x ; then

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

Summary of changes:
 configure.ac   |    2 +-
 macros/curl.m4 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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