From 284daff67f385ceb14aaebf7050bd4e3c15bc6cc Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Fri, 4 Jan 2013 15:53:52 +0100 Subject: [PATCH] Removed quiet param --- compile_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_php.sh b/compile_php.sh index 175516f74..d08fb34b5 100644 --- a/compile_php.sh +++ b/compile_php.sh @@ -40,7 +40,7 @@ cd ext git clone https://github.com/krakjoe/pthreads.git cd ../ ./buildconf --force -./configure -q --prefix=$DIR/php5 \ +./configure --prefix=$DIR/php5 \ --exec-prefix=$DIR/php5 \ --enable-embedded-mysqli \ --with-openssl \