X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=fa33982e6c4d704395b2c2aa304f0ff6d97020e7;hb=cb90532723bd5801b8ac29973dd14e8e30b1e0a9;hp=73d812de6a87c7a604e5ba0379d401e4281deb43;hpb=c606577ea3ce5122d40c982e5d88ed7e6f234147;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 73d812d..fa33982 100644 --- a/configure.ac +++ b/configure.ac @@ -725,7 +725,7 @@ dnl ** Build shared and/or static libs? dnl -------------------------------------------------------------- AC_ARG_ENABLE(shared, [AC_HELP_STRING([--enable-shared], -[Build shared libraries, if available. [default=no]])], +[Build shared libraries, if available (EXPERIMENTAL, non-working). [default=no]])], [ if test x"$enableval" = x"yes"; then AC_MSG_WARN([--enable-shared is experimental and not fully supported at this time]) BuildSharedLibs=YES @@ -835,20 +835,6 @@ dnl if test x"$EnableWin32DLLs" = "xYES" ; then dnl AC_DEFINE(HAVE_WIN32_DLL_SUPPORT) dnl fi -dnl ** .NET interop support? -dnl -------------------------------------------------------------- -AC_ARG_ENABLE(dotnet, -[AC_HELP_STRING([--enable-dotnet], -[Build .NET interop layer. [default=no]])], -[ if test x"$enableval" = x"yes"; then - DotnetSupport=YES; AC_DEFINE([WANT_DOTNET_SUPPORT], [1], [Define to 1 if you want to include .NET interop support.]) - else - DotnetSupport=NO - fi], -[DotnetSupport=NO] -) -AC_SUBST(DotnetSupport) - dnl ** Mac OS X: explicit deployment target dnl -------------------------------------------------------------- AC_ARG_WITH([macosx-deployment-target],