From: Mathieu Desnoyers Date: Fri, 26 Aug 2011 11:30:25 +0000 (-0400) Subject: Fix configure.ac X-Git-Tag: v1.5-beta1~105 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=a709aa2ceff366821bc40ca26326f6d3b65eb9e2 Fix configure.ac Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 75f7c3a9..92ba9178 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, OpenJDK or GCJ is installed and that this header file exists in the system path. +Make sure Sun Java or 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")