Skip to content
Snippets Groups Projects
Commit 323802c7 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

autogen: try for the homebrew libtool version too

Refs: #46762
parent 36a2a7bd
Branches
No related tags found
No related merge requests found
......@@ -15,8 +15,11 @@ fi
LIBTOOLIZE=`which libtoolize || which glibtoolize`
if test -z $LIBTOOLIZE; then
LIBTOOLIZE=`which glibtoolize`
if test -z $LIBTOOLIZE; then
echo "*** No libtool found, please install it ***"
exit 1
fi
fi
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment