Skip to content

Commit

Permalink
Do not bootstrap lib/libLtdl. Better to fix the libtool installation …
Browse files Browse the repository at this point in the history
…than working around it. (done on squid-cache.org)
  • Loading branch information
hno committed Apr 15, 2008
1 parent 2e158c7 commit bfd6b6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ echo "libtool : $ltver"

for dir in \
"" \
lib/libTrie \
lib/libLtdl
lib/libTrie
do
if [ -z "$dir" ] || [ -d $dir ]; then
if (
Expand Down

0 comments on commit bfd6b6a

Please sign in to comment.