Revert "Fix for pthreads and cross_compile"

This reverts commit 6b61bc11d0055b76ce32dce701107234dabb7a76.
This commit is contained in:
Shoghi Cervantes 2013-05-28 08:23:13 +02:00
parent 6b61bc11d0
commit 3d28f519c7

View File

@ -150,7 +150,6 @@ rm -rf ./aclocal.m4 >> "$DIR/install.log" 2>&1
rm -rf ./autom4te.cache/ >> "$DIR/install.log" 2>&1
rm -f ./configure >> "$DIR/install.log" 2>&1
./buildconf --force >> "$DIR/install.log" 2>&1
sed 's/pthreads_working=no/#pthreads_working=no/' ./configure # Force pthreads
./configure $OPTIMIZATION--prefix="$DIR/php5" \
--exec-prefix="$DIR/php5" \
--with-curl="$DIR/install_data/php/ext/curl" \