Commit 5bca2c57 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

Bug 795499 - Export ANDROID_CPU_ARCH via AC_SUBST. r=glandium

parent 240fc421
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,8 @@ if test "$OS_TARGET" = "Android" -a -z "$gonkdir"; then
        ;;
    esac

    AC_SUBST(ANDROID_CPU_ARCH)

    if test -z "$STLPORT_CPPFLAGS$STLPORT_LDFLAGS$STLPORT_LIBS"; then
        if test -e "$android_ndk/sources/cxx-stl/stlport/src/iostream.cpp" ; then
            if test -e "$android_ndk/sources/cxx-stl/stlport/libs/$ANDROID_CPU_ARCH/libstlport_static.a"; then
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,8 @@ if test "$OS_TARGET" = "Android" -a -z "$gonkdir"; then
        ;;
    esac

    AC_SUBST(ANDROID_CPU_ARCH)

    if test -z "$STLPORT_CPPFLAGS$STLPORT_LDFLAGS$STLPORT_LIBS"; then
        if test -e "$android_ndk/sources/cxx-stl/stlport/src/iostream.cpp" ; then
            if test -e "$android_ndk/sources/cxx-stl/stlport/libs/$ANDROID_CPU_ARCH/libstlport_static.a"; then