From c36e12ba5444faeaa94546640657ff529287699c Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 5 May 2004 10:36:41 +0000 Subject: [PATCH 1/1] 2004-05-05 Zoltan Varga * configure.in: Detect JNI headers in GNU classpath sources as well. svn path=/trunk/mono/; revision=26745 --- ChangeLog | 4 ++++ configure.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1b65998eadf..70533ce53cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-05 Zoltan Varga + + * configure.in: Detect JNI headers in GNU classpath sources as well. + 2004-05-05 Raja R Harinath * runtime/net_2_0/Makefile.am (install-data-local, uninstall-local): diff --git a/configure.in b/configure.in index 329e6dcc9a1..b07a6d3c17d 100644 --- a/configure.in +++ b/configure.in @@ -349,10 +349,15 @@ if test x$platform_win32 = xno; then else if test -d $with_jdk_dir/include/solaris; then jdk_platform=solaris + else + if test -f $with_jdk_dir/include/jni_md.h; then + # GNU Classpath sources + jdk_platform= else jdk_headers_found=no fi fi + fi else jdk_headers_found=no fi -- 2.25.1