mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
configure: add path to libtool to pathlist
forgot var=libtool
This commit is contained in:
parent
b196a612d6
commit
7e0d63c969
1
configure
vendored
1
configure
vendored
@ -354,6 +354,7 @@ has_or_abort prog=automake
|
||||
ver='\(GNU automake\) (1\.[[:digit:]]{2,}|[2-9][[:digit:]]*\.)' \
|
||||
err="'automake' 1.10 or above was not found"
|
||||
has_or_abort prog=libtool \
|
||||
var=libtool \
|
||||
ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \
|
||||
err="'libtool' 1.5.26 or above was not found"
|
||||
has_or_abort prog=stat
|
||||
|
Loading…
Reference in New Issue
Block a user