Hi,
I'm trying to check if the result of configure-iphone is successful and
I found that it always returned 0 even if aconfigure returned an error.
The following patch to configure-iphone preserves the exit value of
aconfigure.
-------------------------------------------------------------------
# And finally invoke the configure script itself
./aconfigure --host=${ARCH_VAL}-apple-darwin_ios --disable-sdl $*
EC=$?
if test "$EC" = "0"; then
echo "Done configuring for `basename $SDKPATH`"
echo ""
fi
exit $EC
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org