summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-10-06 18:55:50 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-07 12:07:46 -0400
commit31a29a7a626ca0004c54bff4e087ea3894753410 (patch)
tree0ea773a72fdeb16cfeaed953c12257d0f5afe749 /configure.ac
parent4df39fd071aa5b6863818212df116547201cd29c (diff)
downloadhaskell-31a29a7a626ca0004c54bff4e087ea3894753410.tar.gz
Remove GhcLibsWithUnix
d679ca43e7477284d733b94ff542be5363be3353 meant to remove it but did not finish the job.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 1ce075fe55..6f1f0543d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -706,14 +706,6 @@ dnl --------------------------------------------------------------
dnl ** Can the unix package be built?
dnl --------------------------------------------------------------
-if test "$TargetOS" = "mingw32"
-then
- GhcLibsWithUnix=NO
-else
- GhcLibsWithUnix=YES
-fi
-AC_SUBST([GhcLibsWithUnix])
-
dnl ** does #! work?
AC_SYS_INTERPRETER()