From 5d550404eaef4a310d593e55c234e781fdc970be Mon Sep 17 00:00:00 2001 From: razvanm Date: Sun, 28 Dec 2008 05:19:00 +0000 Subject: [PATCH] Small patch to get the tools to properly compile in Leopard. --- tools/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure.ac b/tools/configure.ac index acc2e7b2..992d2a65 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -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 } -- 2.39.2