X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=9002159344b3bc089ed81b70fbcc5815157c2f87;hb=40930dac68deca53d9948f1618215650973e1a41;hp=dbfdecdecaaf4f5ee3d4219ffc0200d175b975e8;hpb=2b6f8df951cb74149a9ab9c5146e6dd8498b9e87;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index dbfdecde..90021593 100644 --- a/configure.ac +++ b/configure.ac @@ -160,7 +160,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") @@ -197,6 +197,6 @@ AC_CONFIG_FILES([ snprintf/Makefile ust.pc include/ust/version.h - java/Makefile + libustjava/Makefile ]) AC_OUTPUT