From d48a1a6ce3cf308f62c70fbc3ea3ba8ef6862a49 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Fri, 26 Apr 2013 23:15:06 +0200 Subject: [PATCH] Fixed typo --- src/build/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 583bad973..54a6877ee 100644 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -138,7 +138,7 @@ rm -f ./configure >> "$DIR/install.log" 2>&1 --enable-bcmath \ --with-curl="$DIR/install_data/php/ext/curl" \ --with-zlib="$DIR/install_data/php/ext/zlib" \ ---with-event-core="$DIR/install_data/php/ext/event" \ \ +--with-event-core="$DIR/install_data/php/ext/event" \ --with-event-pthreads \ --with-event-extra=no \ --with-event-openssl=no \