summaryrefslogtreecommitdiff
path: root/configure-iphone
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2012-10-08 09:05:45 +0000
committerNanang Izzuddin <nanang@teluu.com>2012-10-08 09:05:45 +0000
commit6516f9d1c6caaa11b3d8c6df9b0b8c66c8d29c74 (patch)
treede741712980bacd09930f3b012403c78130083ab /configure-iphone
parentf28535801e44e27aeb820b5214a836c2fdf45a6f (diff)
Re #1589: Removed "--disable-floating-point" from "configure-iphone".
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4282 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure-iphone')
-rwxr-xr-xconfigure-iphone2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-iphone b/configure-iphone
index 742dce08..79bf226f 100755
--- a/configure-iphone
+++ b/configure-iphone
@@ -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`"