Removed quiet param

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-04 15:53:52 +01:00
parent a1e6184c74
commit 284daff67f

View File

@ -40,7 +40,7 @@ cd ext
git clone https://github.com/krakjoe/pthreads.git git clone https://github.com/krakjoe/pthreads.git
cd ../ cd ../
./buildconf --force ./buildconf --force
./configure -q --prefix=$DIR/php5 \ ./configure --prefix=$DIR/php5 \
--exec-prefix=$DIR/php5 \ --exec-prefix=$DIR/php5 \
--enable-embedded-mysqli \ --enable-embedded-mysqli \
--with-openssl \ --with-openssl \