]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
libTrie was only meant to be bootstrapped if not already bootstrapped..
authorhno <>
Sun, 5 Sep 2004 02:49:29 +0000 (02:49 +0000)
committerhno <>
Sun, 5 Sep 2004 02:49:29 +0000 (02:49 +0000)
bootstrap.sh

index 989e388019a3c96fdc8d43f2194086d323ab261c..e8114d347f5e97158314cfafbdc4543e9068308a 100755 (executable)
@@ -86,8 +86,9 @@ do
 done
 
 echo "Autotool bootstrapping complete."
-echo "bootstrapping sub projects."
-if [ -d lib/libTrie ]; then
+
+#echo "bootstrapping sub projects."
+if [ -d lib/libTrie ] && [ ! -f lib/libTrie/configure ]; then
        cd lib/libTrie && ./bootstrap.sh
 fi