Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2005-01-02 18:27:03 +0300
committerZoltan Varga <vargaz@gmail.com>2005-01-02 18:27:03 +0300
commit524cf73d7851abfcf26687b799b05a6282896cfc (patch)
tree2313a5eb5a2c9225447699482cd8d04b97c97fb0 /configure.in
parent340c92424372a779f83d08f67fc710e4f6ccc5a0 (diff)
2005-01-02 Zoltan Varga <vargaz@freemail.hu>
* configure.in ikvm-jni Makefile.am: Remove ikvm-jni, since IKVM CVS now includes its own version. svn path=/trunk/mono/; revision=38226
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in55
1 files changed, 0 insertions, 55 deletions
diff --git a/configure.in b/configure.in
index fe79c527ac7..9e79754057a 100644
--- a/configure.in
+++ b/configure.in
@@ -502,60 +502,6 @@ dnl
if test x$platform_win32 = xno; then
- dnl ******************************************************************
- dnl *** Checks for the IKVM JNI interface library ***
- dnl ******************************************************************
- AC_ARG_WITH(ikvm-jni, [ --with-ikvm-jni=yes,no build the IKVM JNI interface library],[with_ikvm_jni=$withval],[with_ikvm_jni=yes])
- AC_ARG_WITH(jdk, [ --with-jdk=DIRECTORY Use JDK from DIRECTORY],[with_jdk_dir=$withval],[with_jdk_dir=])
-
- ikvm_jni_dir=
- if test x$with_ikvm_jni = xyes; then
- AC_MSG_CHECKING([JDK headers])
-
- if test x$with_jdk_dir = x; then
- # Try JAVA_HOME variable
- if test x$JAVA_HOME != x; then
- with_jdk_dir=$JAVA_HOME
- fi
- fi
-
- jdk_platform=
- if test -d $with_jdk_dir/include; then
- jdk_headers_found=yes
-
- if test -d $with_jdk_dir/include/linux; then
- jdk_platform=linux
- 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
-
- if test x$jdk_headers_found = xyes; then
- AC_MSG_RESULT($with_jdk_dir/include $with_jdk_dir/include/$jdk_platform)
- else
- AC_MSG_RESULT(not found)
- fi
-
- if test x$jdk_headers_found = xyes; then
- ikvm_jni_dir=ikvm-jni
- IKVM_JNI_CFLAGS="-I$with_jdk_dir/include -I$with_jdk_dir/include/$jdk_platform"
- fi
- fi
-
- AC_SUBST(ikvm_jni_dir)
- AC_SUBST(IKVM_JNI_CFLAGS)
-
AC_CHECK_FUNCS(getgrgid_r)
AC_CHECK_FUNCS(getgrnam_r)
AC_CHECK_FUNCS(getpwnam_r)
@@ -1638,7 +1584,6 @@ mono/io-layer/Makefile
mono/handles/Makefile
mono/mini/Makefile
mono/profiler/Makefile
-ikvm-jni/Makefile
scripts/Makefile
man/Makefile
web/Makefile