Automatically disable 16-bit support in the PE build.
This commit is contained in:
parent
4d6fd448c4
commit
56a4a76a25
|
@ -13164,6 +13164,8 @@ fi
|
|||
LIBEXT="dll"
|
||||
fi
|
||||
IMPLIBEXT="a"
|
||||
WIN16_FILES=""
|
||||
WIN16_INSTALL=""
|
||||
;;
|
||||
*)
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue