summaryrefslogtreecommitdiff
path: root/configure-iphone
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2012-04-26 03:39:24 +0000
committerLiong Sauw Ming <ming@teluu.com>2012-04-26 03:39:24 +0000
commit2756757e494bc8529aa63cf8c51e371ef7b736a0 (patch)
tree838c33a5f5af80f913591762e2d59430705bf1e5 /configure-iphone
parent794e93a6f3e461f4eee7b4f2ebe07cdd91828498 (diff)
Re #1446 (misc): Disable SDL by default on iOS and fixed various compiler warnings.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4087 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 e7e4f203..742dce08 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 $*
+./aconfigure --host=arm-apple-darwin9 --disable-floating-point --disable-sdl $*
if test "$?" = "0"; then
echo "Done configuring for `basename $SDKPATH`"