X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=e677ad89e7fe347370b555674deaa349ec7dfee3;hb=36f7a29252e805a669ffb5437b6df6a90c1bc8dd;hp=8645834d503a2a79a1caefc10d29c58cd854f8d6;hpb=5ed560ba64842f909a26a000f9eaa965b80f696e;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 8645834..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, @@ -917,10 +902,6 @@ AC_PROG_CPP dnl ** Without optimization some INLINE trickery fails for GHCi SRC_CC_OPTS="-O" -dnl ** Try to add -mno-cygwin to the C compiler options -FP_CHECK_FLAG([-mno-cygwin], [ -SRC_CC_OPTS="-mno-cygwin $SRC_CC_OPTS" -CPPFLAGS="-mno-cygwin $CPPFLAGS"]) AC_SUBST(SRC_CC_OPTS) dnl ** figure out how to do context diffs