From: Monty Taylor Date: November 23 2007 8:37pm Subject: Rev 282: BUG#32671 ndb-connector java compilation fails with "/bin/sh: no: command not found" in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel List-Archive: http://lists.mysql.com/commits/38402 X-Bug: 32671 Message-Id: At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel ------------------------------------------------------------ revno: 282 revision-id: mtaylor@stripped parent: mtaylor@stripped committer: Monty Taylor branch nick: devel timestamp: Fri 2007-11-23 12:36:51 -0800 message: BUG#32671 ndb-connector java compilation fails with "/bin/sh: no: command not found" Added a test and failure condition if we don't find a Java we know how to deal with. modified: configure.in configure.in-20070228020914-u2pk759xg7thauwf-13 === modified file 'configure.in' --- a/configure.in 2007-11-22 18:26:39 +0000 +++ b/configure.in 2007-11-23 20:36:51 +0000 @@ -53,6 +53,7 @@ WITH_JAVA() +AS_IF([test "x$JAVAC" = "xno"],AC_MSG_ERROR([Unknown or unsupported JDK])) WITH_CSHARP()