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


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. eed8d21f6f01112433007ecc77a3171b89801a4f
Date: Mon, 20 Dec 2010 19:29:54 +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  eed8d21f6f01112433007ecc77a3171b89801a4f (commit)
      from  641db68e30d4bb0422a00a96d618534b34cac274 (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=eed8d21f6f01112433007ecc77a3171b89801a4f


commit eed8d21f6f01112433007ecc77a3171b89801a4f
Author: Rob Savoye <address@hidden>
Date:   Mon Dec 20 12:29:40 2010 -0700

    define HAVE_LTDL for libtool 1.5, so the behaviour is the same as libtool 
2.x.

diff --git a/configure.ac b/configure.ac
index 27daed6..08d217b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1286,6 +1286,7 @@ else
 fi
 ltmajor=`echo $ltver | cut -d '.' -f 1`
 AC_MSG_RESULT([$ltver])
+dnl Libtool version 1.5
 if test $ltmajor -eq 1; then
   AC_LIBLTDL_CONVENIENCE
   AC_LIBTOOL_DLOPEN
@@ -1296,6 +1297,14 @@ if test $ltmajor -eq 1; then
     :
   fi
   AC_DISABLE_STATIC
+  dnl FIXME: there should really be a test here to make sure it's really there,
+  dnl but because libltdl requires us to use their config code, it's a lot 
harder
+  dnl to do that. So if we get this far without errors, we just blindly assume
+  dnl the header exists too. This is only used by libtool 1.5, which appears to
+  dnl mostly only effect Debian lenny or OpenBSD. Libtool; 2.x defines this, 
but
+  dnl libtool 1.5 doesn't, and we need it for dlopen() so extensions work.
+  AC_DEFINE(HAVE_LTDL, [1], [Libtool 2.x defines this, but libtool 1.5 
doesn't])
+dnl libtool version 2.x
 else
   LT_INIT([dlopen win32-dll disable-static])
   LTDL_INIT([convenience recursive])

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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