X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=89ee457cecdc17580df3596d4a1bd7a9b09e73d8;hb=6f554ea3144e2a6ce3bcc8d149ef50d352824faa;hp=66a810669b7b584987454f4236fa116014788ed5;hpb=40d8182c213779bb87974d243b6fc03ec3297108;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 66a81066..89ee457c 100644 --- a/configure.ac +++ b/configure.ac @@ -246,7 +246,7 @@ AS_IF([test "x$jni_interface" = "xyes"],[ 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. -Use the --with-java-jdk=DIR flag to point to your Java include files, or disable the JNI interface.]) +Use the --with-java-jdk=DIR option to point to your JDK directory, or disable the JNI interface.]) ]) ]) AM_CONDITIONAL([BUILD_JNI_INTERFACE], [test "x$jni_interface" = "xyes"])