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:
authorPaolo Molaro <lupus@oddwiz.org>2004-11-12 18:47:18 +0300
committerPaolo Molaro <lupus@oddwiz.org>2004-11-12 18:47:18 +0300
commitf548941c65c82b318ccaca168a51e940e7d11a80 (patch)
tree685a9dbf8296e2dac46e65fcb8b3a5c1e834ef59 /configure.in
parentd52dcd1a89091f7e64c7f456b483f3e76145d982 (diff)
Fri Nov 12 17:56:26 CET 2004 Paolo Molaro <lupus@ximian.com>
* configure.in, mono/mini/Makefile.am: control static linking of the mono binary with a configure option. svn path=/trunk/mono/; revision=36055
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0138ec4ec90..224c3402862 100644
--- a/configure.in
+++ b/configure.in
@@ -357,6 +357,9 @@ fi
# This does not work on some platforms (bug #55253)
AC_ARG_WITH(sigaltstack, [ --with-sigaltstack=yes,no enable/disable support for sigaltstack],[],[with_sigaltstack=no])
+AC_ARG_WITH(static_mono, [ --with-static_mono=yes,no link mono statically to libmono (faster)],[],[with_static_mono=yes])
+AM_CONDITIONAL(STATIC_MONO, test x$with_static_mono != xno)
+
# assembly bundle support, see metadata/make-bundle.pl for more info
AC_ARG_WITH(bundle, [ --with-bundle=bundle_template],[
BUNDLE_FILE=$with_bundle