From: razvanm Date: Tue, 15 Jul 2008 22:08:43 +0000 (+0000) Subject: Enable back the building of -32 JNI libraries. X-Git-Tag: release_tinyos_2_1_0_0~72 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=714f1f9a1554c637dad493ad87643e96fa307ae8 Enable back the building of -32 JNI libraries. --- diff --git a/tools/configure.ac b/tools/configure.ac index 62eab0a8..acc2e7b2 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -88,7 +88,7 @@ case $host in *) JNIPREFIX=lib JNISUFFIX=so - JNIVERSIONS="-64." + JNIVERSIONS="-32. -64." INSTALLJNI="install" AC_MSG_RESULT(no) esac