[vlc-commits] tools: Check for libtool 2.4

Martin Storsjö git at videolan.org
Mon Aug 26 13:50:02 CEST 2013


vlc | branch: master | Martin Storsjö <martin at martin.st> | Mon Aug 26 14:21:52 2013 +0300| [0edb7ed815589338d852816bba6080f7ebb467ed] | committer: Martin Storsjö

tools: Check for libtool 2.4

This is required when building libpng.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0edb7ed815589338d852816bba6080f7ebb467ed
---

 extras/tools/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index f9e991d..578d8e6 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -57,7 +57,7 @@ fi
 check autoconf 2.67
 check automake 1.11
 check m4 1.4.16
-check libtool 2.2
+check libtool 2.4
 check pkg-config
 check cmake
 check yasm



More information about the vlc-commits mailing list