summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen.Lippmeier@anu.edu.au <unknown>2009-09-26 10:36:10 +0000
committerBen.Lippmeier@anu.edu.au <unknown>2009-09-26 10:36:10 +0000
commitf872c90f3bedbc3b909cfc4c37cda0455dee917e (patch)
tree1fb54d43538e4b5321e4759dcba5fd1c32b44569 /configure.ac
parentabb3c37c96490bcdf04797bf47e16c9fc998932f (diff)
downloadhaskell-f872c90f3bedbc3b909cfc4c37cda0455dee917e.tar.gz
Remove long rotted configure support for Windows DLLs
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac32
1 files changed, 0 insertions, 32 deletions
diff --git a/configure.ac b/configure.ac
index f4d2f8be0b..fb186ca3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,38 +419,6 @@ AC_ARG_WITH(ld,
# This uses GHC, so put it after the "GHC is required" check above:
FP_FIND_ROOT
-dnl ** Enable the construction of Win32 DLLs?
-dnl --------------------------------------------------------------
-dnl
-dnl [ The ability to build the RTS and libraries as separate DLLs used
-dnl to be supported, but isn't currently (updates to the RTS, compiler
-dnl and build system would be required to bring it back again.)
-dnl Hence, exposing it as an option is false advertisement, so better
-dnl disable it to avoid confusion (but leave it commented-out rather
-dnl than removed in order to remind ourselves to bring back the
-dnl feature at some stage.) ]
-dnl
-dnl AC_ARG_ENABLE(win32-dlls,
-dnl [ --enable-win32-dlls
-dnl If on a Win32 platform running mingw32/cygwin, enable the
-dnl construction of DLLs containing ghc-compiled code.
-dnl ],
-dnl [
-dnl case $HostOS_CPP in
-dnl cygwin32) ;;
-dnl mingw32) ;;
-dnl *) echo "Unrecognised win32 platform: $HostPlatform"
-dnl exit 1
-dnl ;;
-dnl esac
-dnl EnableWin32DLLs=YES
-dnl ],
-dnl [EnableWin32DLLs=NO]
-dnl )
-dnl AC_SUBST(EnableWin32DLLs)
-dnl if test x"$EnableWin32DLLs" = "xYES" ; then
-dnl AC_DEFINE(HAVE_WIN32_DLL_SUPPORT)
-dnl fi
dnl ** Mac OS X: explicit deployment target
dnl --------------------------------------------------------------