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:
authorRodrigo Kumpera <kumpera@gmail.com>2014-01-16 05:22:46 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2014-01-16 05:26:56 +0400
commit01e18a7fcd9a02400743ee433270674bd06c0b8c (patch)
tree9eab378a07eb43958cb2809502dad529aa567ae6 /configure.in
parenteca138a47fa852226ba66360f26b72e684bc1164 (diff)
[runtime]Add native type extension.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 134b6618504..514daee307b 100644
--- a/configure.in
+++ b/configure.in
@@ -952,6 +952,10 @@ if test x$has_extension_module != xno ; then
AC_MSG_NOTICE([Enabling mono extension module.])
fi
+AC_ARG_ENABLE(native-types, [ --enable-native-types Enable native types], enable_native_types=$enableval, enable_native_types=no)
+if test x$enable_native_types = xyes; then
+ AC_DEFINE(MONO_NATIVE_TYPES,1,[native types])
+fi
AC_MSG_CHECKING(for visibility __attribute__)
AC_COMPILE_IFELSE([