wait better, you need to wait in the same function, so bging this one doesn't help

This commit is contained in:
Michael Jerris 2012-05-08 15:28:48 -04:00
parent 33da6bf3b3
commit 8f8a9a8075
1 changed files with 1 additions and 5 deletions

View File

@ -343,11 +343,7 @@ bootstrap_apr() {
echo "Entering directory ${LIBDIR}/apr-util"
cd ${LIBDIR}/apr-util
if ! ${BGJOB}; then
./buildconf
else
./buildconf &
fi
./buildconf
}
bootstrap_libzrtp() {