Re #1589: Removed "--disable-floating-point" from "configure-iphone".

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4282 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2012-10-08 09:05:45 +00:00
parent b6c3f36e97
commit d4abcc085f
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ if test "1" = "1"; then
fi
# And finally invoke the configure script itself
./aconfigure --host=arm-apple-darwin9 --disable-floating-point --disable-sdl $*
./aconfigure --host=arm-apple-darwin9 --disable-sdl $*
if test "$?" = "0"; then
echo "Done configuring for `basename $SDKPATH`"