From a68e0257ef0b14151b5cba3a44ce043586df96cd Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Fri, 18 Mar 2011 04:24:31 +0000 Subject: Fixed #1218: Modify configure-iphone to use the latest version of gcc git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3462 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 839452ac..6f7a281f 100755 --- a/configure-iphone +++ b/configure-iphone @@ -77,7 +77,7 @@ if test "${CC}" = ""; then gccpath="${DEVPATH}/usr/bin/${archname}-gcc-${gccver}" if test -e ${gccpath}; then export CC="${gccpath}" - break +# break fi done if test ! "${CC}" = ""; then -- cgit v1.2.3