summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()