From 8729c3da5a87f5c61f9522c0888924276828428c Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 13 Jan 2005 19:36:29 +0000 Subject: 2005-01-13 Zoltan Varga * 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 --- configure.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure.in') 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 -- cgit v1.2.3