use same version of libtool and libtoolize (FSBUILD-205)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15416 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0d9de1f865
commit
30313e7365
|
@ -122,7 +122,7 @@ fi
|
|||
if [ -n "${LIBTOOL}" ]; then
|
||||
libtoolize=${LIBTOOLIZE:-`dirname "${libtool}"`/libtoolize}
|
||||
else
|
||||
libtoolize=${LIBTOOLIZE:-`${LIBDIR}/apr/build/PrintPath glibtoolize libtoolize15 libtoolize14 libtoolize`}
|
||||
libtoolize=${LIBTOOLIZE:-`${LIBDIR}/apr/build/PrintPath glibtoolize libtoolize libtoolize22 libtoolize15 libtoolize14`}
|
||||
fi
|
||||
if [ "x$libtoolize" = "x" ]; then
|
||||
echo "libtoolize not found in path"
|
||||
|
|
Loading…
Reference in New Issue