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-13 22:36:29 +0300
committerZoltan Varga <vargaz@gmail.com>2005-01-13 22:36:29 +0300
commit8729c3da5a87f5c61f9522c0888924276828428c (patch)
tree26c3862aec3fe0640192be0e34061a4b068cefa8 /configure.in
parentba969244c1f79eb52d430ac67009f12d12b8ff2a (diff)
2005-01-13 Zoltan Varga <vargaz@freemail.hu>
* configure.in Makefile.am: Resurrect ikvm-jni. * ikvm-native: New directory which contains a copy of the 'native' module in IKVM cvs. svn path=/trunk/mono/; revision=38888
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2af98f7dd0d..0b6b84b2a11 100644
--- a/configure.in
+++ b/configure.in
@@ -502,6 +502,18 @@ dnl
if test x$platform_win32 = xno; then
+ dnl ******************************************************************
+ dnl *** Checks for the IKVM JNI interface library ***
+ dnl ******************************************************************
+ AC_ARG_WITH(ikvm-native, [ --with-ikvm-native=yes,no build the IKVM JNI interface library],[with_ikvm_native=$withval],[with_ikvm_native=yes])
+
+ ikvm_native_dir=
+ if test x$with_ikvm_native = xyes; then
+ ikvm_native_dir=ikvm-native
+ fi
+
+ AC_SUBST(ikvm_native_dir)
+
AC_CHECK_FUNCS(getgrgid_r)
AC_CHECK_FUNCS(getgrnam_r)
AC_CHECK_FUNCS(getpwnam_r)
@@ -1592,6 +1604,7 @@ mono/io-layer/Makefile
mono/handles/Makefile
mono/mini/Makefile
mono/profiler/Makefile
+ikvm-native/Makefile
scripts/Makefile
man/Makefile
web/Makefile