Revert "Added --prefix=/usr to libstrophe build in travis config"

This reverts commit 72a364b65c.
This commit is contained in:
James Booth
2014-09-07 14:06:14 +01:00
parent 85ccedd01c
commit 6ee8f8e4b5

View File

@@ -5,7 +5,7 @@ install:
- git clone git://github.com/strophe/libstrophe.git
- cd libstrophe
- ./bootstrap.sh
- ./configure --prefix=/usr
- ./configure
- make
- sudo make install
- cd ..