From 1efbb3f540509c6c72654254a491303af6f43449 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 30 Aug 2018 21:10:24 +0000 Subject: Revert 1839627, this macro does not result in a usable CC_FOR_BUILD Corresponds to unsuccessful pull request #8. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839701 13f79535-47bb-0310-9956-ffa450edef68 --- build/buildcheck.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build') diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 44921b502..76ff8cef2 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -40,9 +40,7 @@ fi # output is multiline from 1.5 onwards # Require libtool 1.4 or newer -if test -z "$libtool"; then - libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14` -fi +libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14` lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'` if test -z "$lt_pversion"; then echo "buildconf: libtool not found." -- cgit v1.2.1