Add a missing space to the build instructions

svn:r22435
This commit is contained in:
Sebastian Hahn 2010-05-28 15:59:30 +00:00
parent b7e2e649bd
commit 7767527c31
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Fetch and build Privoxy:
autoconf
#need to disable setpgrp check in configure
export ac_cv_func_setpgrp_void=yes
CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib"./configure --host=arm-none-linux-gnueabi
CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib" ./configure --host=arm-none-linux-gnueabi
#don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make
make