From bfd6b6a92daed0e45cee1a3ca81c1126606385b6 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Tue, 15 Apr 2008 14:53:08 -0600 Subject: [PATCH] Do not bootstrap lib/libLtdl. Better to fix the libtool installation than working around it. (done on squid-cache.org) --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 6b4fc5faea..62175dce71 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -108,8 +108,7 @@ echo "libtool : $ltver" for dir in \ "" \ - lib/libTrie \ - lib/libLtdl + lib/libTrie do if [ -z "$dir" ] || [ -d $dir ]; then if ( -- 2.39.5