configure.ac: fix "missing jni.h" error message
[lttng-ust.git] / configure.ac
index 726c8e9129d1457d2a0e3e02f5b771a5b98b7509..175a0a65117039e05f1681940dc50db0bf4009f2 100644 (file)
@@ -272,7 +272,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"])
This page took 0.022298 seconds and 4 git commands to generate.