X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=e677ad89e7fe347370b555674deaa349ec7dfee3;hb=36f7a29252e805a669ffb5437b6df6a90c1bc8dd;hp=167de58cfbad23c00f2d4378e62bbad817ad5c30;hpb=ccc9a4a5c7131e5bece84c0983d7d3f8d6480967;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 167de58..e677ad8 100644 --- a/configure.ac +++ b/configure.ac @@ -807,21 +807,6 @@ dnl if test x"$EnableWin32DLLs" = "xYES" ; then dnl AC_DEFINE(HAVE_WIN32_DLL_SUPPORT) dnl fi -dnl ** Enable the building of the ObjectIO? -dnl -------------------------------------------------------------- -AC_ARG_ENABLE(objectio, -[AC_HELP_STRING([--enable-objectio], -[Build ObjectIO, a portable GUI library for Haskell. [default=no]])], -[ if test x"$enableval" = x"yes"; then - GhcLibsWithObjectIO=YES - else - GhcLibsWithObjectIO=NO - fi -], -[GhcLibsWithObjectIO=NO] -) -AC_SUBST(GhcLibsWithObjectIO) - dnl ** .NET interop support? dnl -------------------------------------------------------------- AC_ARG_ENABLE(dotnet,