From: Daniel Stenberg Date: Sun, 25 Jul 2004 06:03:10 +0000 (+0000) Subject: libs built with libtool are named .la in the build dir X-Git-Tag: curl-7_12_1~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d784526daef7bfa7ef365d723fc714afa12cfc33;p=thirdparty%2Fcurl.git libs built with libtool are named .la in the build dir --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index f27069b989..5fe6147057 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -82,7 +82,7 @@ while ($ARGV[0]) { $gnulikebuild = 1; $confsuffix = ''; $binext = ''; -$libext = '.a'; +$libext = '.la'; # .la since both libcurl and libcares are made with libtool if ($^O eq 'MSWin32' || $targetos ne '') { $gnulikebuild = 0; if ($targetos eq '') {