From: Yang Tse Date: Thu, 11 Nov 2010 11:32:06 +0000 (+0100) Subject: buildconf: MAC OS X requires libtool version 1.5.26 or newer X-Git-Tag: curl-7_21_3~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fec5f03e22c815c485d6381b2d5a83579a72996c;p=thirdparty%2Fcurl.git 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. --- diff --git a/buildconf b/buildconf index 76e310e027..1bb7697476 100755 --- a/buildconf +++ b/buildconf @@ -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