<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div>From 2e4a05ef7b3152709b27a528661f18135babc559 Mon Sep 17 00:00:00 2001</div><div>From: Adrien Tétar <adrien.tetar@hotmail.fr></div><div>Date: Fri, 16 Mar 2012 22:50:08 +0100</div><div>Subject: [PATCH] Android configure: fixed script</div><div><br></div><div>The additional 'else if' introduced by commit 68080f2bef01181e305ddc170af701c117022a55 does not include the '; then' suffix which leads to an error.</div><div>This commit fixes it.</div><div>---</div><div> extras/package/android/configure.sh |    2 +-</div><div> 1 files changed, 1 insertions(+), 1 deletions(-)</div><div><br></div><div>diff --git a/extras/package/android/configure.sh b/extras/package/android/configure.sh</div><div>index 85bc478..6118da3 100755</div><div>--- a/extras/package/android/configure.sh</div><div>+++ b/extras/package/android/configure.sh</div><div>@@ -17,7 +17,7 @@ if [ -z "$NO_NEON" ]; then</div><div>     CFLAGS="$CFLAGS -mfpu=neon -mcpu=cortex-a8"</div><div>     LDFLAGS="$LDFLAGS -Wl,--fix-cortex-a8"</div><div>     EXTRA_PARAMS=" --enable-neon"</div><div>-else if [ -n "$TEGRA2" ]</div><div>+elif [ -n "$TEGRA2" ]; then</div><div>     CXX_TARGET="armeabi-v7a"</div><div>     CFLAGS="$CFLAGS -mfpu=vfpv3-d16 -mcpu=cortex-a9"</div><div>     EXTRA_PARAMS=" --disable-neon"</div><div>-- </div><div>1.7.5.4</div>                                         </div></body>
</html>