]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/configure.ac
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tools / configure.ac
index 62eab0a8189c1774e8071bd5777636ba56cdd1ad..992d2a659825f28a76f0c2000b58d0fe5640be34 100644 (file)
@@ -88,7 +88,7 @@ case $host in
   *)
     JNIPREFIX=lib
     JNISUFFIX=so
-    JNIVERSIONS="-64."
+    JNIVERSIONS="-32. -64."
     INSTALLJNI="install"
     AC_MSG_RESULT(no)
 esac
@@ -106,7 +106,7 @@ AC_MSG_RESULT($JDK)
 
 function jnimap {
   for v in $JNIVERSIONS; do
-    echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
+    /bin/echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
   done
 }