gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r9993: fix bug wherein th"wrong" ver


From: Russell Nelson
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9993: fix bug wherein th"wrong" version of libtoolize confused our libltdl configuration
Date: Mon, 13 Oct 2008 07:37:36 -0400
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9993
committer: Russell Nelson <address@hidden>
branch nick: trunk
timestamp: Mon 2008-10-13 07:37:36 -0400
message:
  fix bug wherein th"wrong" version of libtoolize confused our libltdl 
configuration
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-10-12 14:20:25 +0000
+++ b/configure.ac      2008-10-13 11:37:36 +0000
@@ -861,10 +861,11 @@
 AM_CONDITIONAL(BUILD_EXTENSIONS, [ test -n "$extensions_list"])
 
 AC_MSG_CHECKING([For the version of libtool])
-if test "x$darwin" != x; then
-LIBTOOLIZE=glibtoolize
+if test -d libltdl/libltdl; then
+ltver=2.x
+else
+ltver=1.x
 fi
-ltver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut -d ' ' -f 4`
 ltmajor=`echo $ltver | cut -d '.' -f 1`
 AC_MSG_RESULT([$ltver])
 if test $ltmajor -eq 1; then


reply via email to

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