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. a6c21759cb673f8f45b3


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a6c21759cb673f8f45b3f19c3bdc65c536ff963a
Date: Sun, 03 Oct 2010 15:17:40 +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  a6c21759cb673f8f45b3f19c3bdc65c536ff963a (commit)
      from  d8f6a307d3ba9f6185fc140713d967c06bc67729 (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=a6c21759cb673f8f45b3f19c3bdc65c536ff963a


commit a6c21759cb673f8f45b3f19c3bdc65c536ff963a
Author: Rob Savoye <address@hidden>
Date:   Sun Oct 3 09:17:31 2010 -0600

    when using --with-curl-lib= don't forget to add -lcurl or gnash won't link.

diff --git a/macros/curl.m4 b/macros/curl.m4
index 56bb648..2cf4abf 100644
--- a/macros/curl.m4
+++ b/macros/curl.m4
@@ -69,7 +69,7 @@ AC_DEFUN([GNASH_PATH_CURL],
     AC_CACHE_VAL(ac_cv_path_curl_lib,[
     if test x"${with_curl_lib}" != x ; then # {
       if test -f ${with_curl_lib}/libcurl.a -o -f 
${with_curl_lib}/libcurl.${shlibext}; then # {
-        ac_cv_path_curl_lib="-L`(cd ${with_curl_lib}; pwd)`"
+        ac_cv_path_curl_lib="-L`(cd ${with_curl_lib}; pwd)` -lcurl"
       else # }{
         AC_MSG_ERROR([${with_curl_lib} directory doesn't contain libcurl.])
       fi # }

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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