mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 20:03:31 +08:00
bootstrap: Fix previous commit (oops I did it again).
This commit is contained in:
parent
710b2c480a
commit
757fcfc93b
@ -99,7 +99,7 @@ esac
|
||||
|
||||
# Check for libtool
|
||||
libtoolize="no"
|
||||
if test -x extras/contrib/bin/libtoolize --version > /dev/null 2>&1; then
|
||||
if test -x extras/contrib/bin/libtoolize; then
|
||||
libtoolize="extras/contrib/bin/libtoolize"
|
||||
elif glibtoolize --version >/dev/null 2>&1; then
|
||||
libtoolize="glibtoolize"
|
||||
|
Loading…
Reference in New Issue
Block a user