Automatically disable 16-bit support in the PE build.

This commit is contained in:
Alexandre Julliard 2004-08-12 03:27:50 +00:00
parent 4d6fd448c4
commit 56a4a76a25
2 changed files with 5 additions and 0 deletions

2
configure vendored
View File

@ -13164,6 +13164,8 @@ fi
LIBEXT="dll"
fi
IMPLIBEXT="a"
WIN16_FILES=""
WIN16_INSTALL=""
;;
*)

View File

@ -848,6 +848,9 @@ case $host_os in
LIBEXT="dll"
fi
IMPLIBEXT="a"
dnl We can't build 16-bit NE dlls
WIN16_FILES=""
WIN16_INSTALL=""
;;
*)
AC_CHECK_HEADERS(dlfcn.h,