diff --git a/configure.in b/configure.in
index 717f0d4d96320292fbc53509f456e7d88dcc2e66..f1181a30c76bfe01a1f5924b3c4872ba589308e2 100644
--- a/configure.in
+++ b/configure.in
@@ -195,7 +195,7 @@ case "${host}" in
     host_makefile_frag="${host_makefile_frag} config/mh-go32"
     ;;
   *-cygwin32*)
-    host_makefile_frag="${host_makefile_frag} config/mh-cygwin32"
+    host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
     ;;
   *-mingw32*)
     host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
@@ -523,7 +523,7 @@ case "${host}" in
      noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
 	;;
   *-*-cygwin32)
-     noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet"
+     noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
     ;;
   *-*-windows*)
 # This is only used to build WinGDB...