From 714f1f9a1554c637dad493ad87643e96fa307ae8 Mon Sep 17 00:00:00 2001 From: razvanm Date: Tue, 15 Jul 2008 22:08:43 +0000 Subject: [PATCH] Enable back the building of -32 JNI libraries. --- tools/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2