X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=configure.ac;h=3b118aa006ea7eff2f441b57a8e059a26f030aaf;hb=c67fa857b1665281940e30a24a9325ddff9eaec4;hp=07aac9cffd2fb536aae118a21aa502309a6c33a6;hpb=36eed8bcc20a431af13e6f7f0ee6d1c520fc8f50;p=mono.git diff --git a/configure.ac b/configure.ac index 07aac9cffd2..3b118aa006e 100644 --- a/configure.ac +++ b/configure.ac @@ -2476,7 +2476,7 @@ fi AC_MSG_CHECKING([if inter-process shared handles are requested]) # Same as --enable-minimal=shared_handles -AC_ARG_ENABLE(shared-handles, [ --disable-shared-handles disable inter-process shared handles], try_shared_handles=$enableval, try_shared_handles=yes) +AC_ARG_ENABLE(shared-handles, [ --disable-shared-handles disable inter-process shared handles], try_shared_handles=$enableval, try_shared_handles=no) AC_MSG_RESULT($try_shared_handles) if test "x$try_shared_handles" != "xyes"; then AC_DEFINE(DISABLE_SHARED_HANDLES, 1, [Disable inter-process shared handles])