From 01f97a22c540a26ead459e3228b7a35bcfad053c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 26 Aug 2011 07:21:43 -0400 Subject: [PATCH] Fix configure.ac java hint Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 88f1e8d7..75f7c3a9 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ fi if test "$with_jni_interface" = "yes"; then AC_CHECK_HEADERS([jni.h],,AC_MSG_ERROR([ missing jni.h -Make sure Sun Java or GJC is installed and that this header file exists in the system path. +Make sure Sun Java, OpenJDK or GCJ is installed and that this header file exists in the system path. Use --with-java-jdk=DIR flag to point to your java include files or desactivate the JNI interface.])) fi AM_CONDITIONAL(BUILD_JNI_INTERFACE, test "$with_jni_interface" = "yes") -- 2.34.1