configure: Disable all 16-bit code on Cygwin.
diff --git a/configure b/configure index 5468a78..3e4d8d6 100755 --- a/configure +++ b/configure Binary files differ
diff --git a/configure.ac b/configure.ac index e3d4b63..e6d9688 100644 --- a/configure.ac +++ b/configure.ac
@@ -121,7 +121,7 @@ AC_SUBST(TARGETFLAGS,"-m64") fi ;; - *-mingw32*) + *-mingw32*|*-cygwin*) enable_win16=${enable_win16:-no} ;; i[[3456789]]86*) @@ -522,9 +522,6 @@ LIBEXT="dll" fi IMPLIBEXT="a" - dnl We can't build 16-bit NE dlls - WIN16_FILES="" - WIN16_INSTALL="" dnl Disable modules that can't be used on Windows enable_iphlpapi=${enable_iphlpapi:-no} enable_kernel32=${enable_kernel32:-no}