1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

bootstrap: Fix previous commit (oops I did it again).

This commit is contained in:
Pierre d'Herbemont 2007-07-20 22:52:44 +00:00
parent 710b2c480a
commit 757fcfc93b

View File

@ -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"