From 2756757e494bc8529aa63cf8c51e371ef7b736a0 Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 26 Apr 2012 03:39:24 +0000 Subject: 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 --- configure-iphone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure-iphone') 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`" -- cgit v1.2.3