aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index e96ebdb02..7039c47ff 100644
--- a/configure.in
+++ b/configure.in
@@ -130,12 +130,6 @@ dnl Setup some stuff depending on host/target.
dnl
case "${target}" in
*-*-mingw32*)
- # special stuff for Windoze NT
- # Do we need to set cross_compiling here or is it sufficient
- # to rely on AC_PROG_CC which is called later?
- CC="${target}-gcc"
- CPP="${target}-gcc -E"
- RANLIB="${target}-ranlib"
disallowed_modules="rndunix rndlinux rndegd"
;;
*)