about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall-all.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/install-all.sh b/install-all.sh
index 97e23ab0..cc32d8fd 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -74,7 +74,6 @@ install_lib_strophe()
     echo
     git clone git://github.com/strophe/libstrophe.git
     cd libstrophe
-    git checkout 0.8.6
     ./bootstrap.sh
     ./configure --prefix=$1
     make
@@ -103,7 +102,6 @@ cyg_install_lib_strophe()
     echo
     git clone git://github.com/strophe/libstrophe.git
     cd libstrophe
-    git checkout 0.8.6
     ./bootstrap.sh
     ./bootstrap.sh # second call seems to fix problem on cygwin
     ./configure --prefix=/usr