mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:37:18 +03:00
buildconf: MAC OS X requires libtool version 1.5.26 or newer
MAC OS X requires libtool version 1.5.26 or newer, otherwise configure will mishandle *.dSYM directories when it runs.
This commit is contained in:
parent
2b2ac9068e
commit
fec5f03e22
1 changed files with 6 additions and 0 deletions
|
|
@ -364,6 +364,12 @@ if test ! -f ./config.guess; then
|
|||
else
|
||||
buildhost=`./config.guess 2>/dev/null|head -n 1`
|
||||
case $buildhost in
|
||||
*-*-darwin*)
|
||||
need_lt_major=1
|
||||
need_lt_minor=5
|
||||
need_lt_patch=26
|
||||
need_lt_check="yes"
|
||||
;;
|
||||
*-*-hpux*)
|
||||
need_lt_major=1
|
||||
need_lt_minor=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue