All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] configure.ac: fix "missing jni.h" error message
       [not found] <1409688775-5119-1-git-send-email-eeppeliteloop@gmail.com>
@ 2014-09-03 18:33 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2014-09-03 18:33 UTC (permalink / raw)
  To: Philippe Proulx; +Cc: lttng-dev

Merged, thanks!

Mathieu

----- Original Message -----
> From: "Philippe Proulx" <eeppeliteloop@gmail.com>
> To: lttng-dev@lists.lttng.org
> Sent: Tuesday, September 2, 2014 4:12:55 PM
> Subject: [lttng-dev] [PATCH] configure.ac: fix "missing jni.h" error message
> 
> DIR in --with-java-jdk=DIR must point to the JDK base
> directory, not the actual JDK include directory.
> 
> Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 726c8e9..175a0a6 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -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"])
> --
> 2.1.0
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] configure.ac: fix "missing jni.h" error message
@ 2014-09-02 20:12 Philippe Proulx
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Proulx @ 2014-09-02 20:12 UTC (permalink / raw)
  To: lttng-dev

DIR in --with-java-jdk=DIR must point to the JDK base
directory, not the actual JDK include directory.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 726c8e9..175a0a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"])
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-03 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1409688775-5119-1-git-send-email-eeppeliteloop@gmail.com>
2014-09-03 18:33 ` [PATCH] configure.ac: fix "missing jni.h" error message Mathieu Desnoyers
2014-09-02 20:12 Philippe Proulx

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.