1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Removed hard dependency on libstrophe 0.8.6 from install-all.sh

Allows getting the latest libstrophe code including SCRAM-SHA-1
support
This commit is contained in:
James Booth 2014-08-31 16:23:03 +01:00
parent 62be586c39
commit c92ac37ddc

View File

@ -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