From 2cfc9ecfd8c3d670e54fc6d4a75e6982bf42f74e Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Tue, 19 May 2015 16:12:25 +0200 Subject: [PATCH] enable lime at compilation time for Android --- build/android/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/android/config.h b/build/android/config.h index 0842116ab..d57ed6264 100644 --- a/build/android/config.h +++ b/build/android/config.h @@ -210,6 +210,9 @@ /* Tell whether RSVP support should be compiled. */ /* #undef VINCENT_MAURY_RSVP */ +/* Defined when LIME support is compiled */ +#define HAVE_LIME 1 + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD