summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-10-06 12:21:46 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-07 12:06:26 -0400
commit9a6bfb0a0b4c3a29652df1320c30035e1347949d (patch)
tree67bf0ff15ffb0ab1b839eb7c7e7924fbc0669a8d
parentd0edba3a24b513bfe460838f52522598f38bc417 (diff)
downloadhaskell-9a6bfb0a0b4c3a29652df1320c30035e1347949d.tar.gz
Keep OSTYPE local to configure.ac
Unused outside it since b6be81b841e34ca45b3549c4c79e886a8761e59a.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 082a273eaf..0a543c76cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,10 +92,6 @@ AC_ARG_WITH([ghc],
AC_MSG_ERROR([--with-ghc=$withval is obsolete (use './configure GHC=$withval' or 'GHC=$withval ./configure' instead)]))
AC_SUBST(WithGhc,$GHC)
-dnl ** Tell the make system which OS we are using
-dnl $OSTYPE is set by the operating system to "msys" or "cygwin" or something
-AC_SUBST(OSTYPE)
-
AC_ARG_ENABLE(bootstrap-with-devel-snapshot,
[AC_HELP_STRING([--enable-bootstrap-with-devel-snapshot],
[Allow bootstrapping using a development snapshot of GHC. This is not guaranteed to work.])],