Automatically disable 16-bit support in the PE build.
This commit is contained in:
parent
4d6fd448c4
commit
56a4a76a25
2
configure
vendored
2
configure
vendored
@ -13164,6 +13164,8 @@ fi
|
|||||||
LIBEXT="dll"
|
LIBEXT="dll"
|
||||||
fi
|
fi
|
||||||
IMPLIBEXT="a"
|
IMPLIBEXT="a"
|
||||||
|
WIN16_FILES=""
|
||||||
|
WIN16_INSTALL=""
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
@ -848,6 +848,9 @@ case $host_os in
|
|||||||
LIBEXT="dll"
|
LIBEXT="dll"
|
||||||
fi
|
fi
|
||||||
IMPLIBEXT="a"
|
IMPLIBEXT="a"
|
||||||
|
dnl We can't build 16-bit NE dlls
|
||||||
|
WIN16_FILES=""
|
||||||
|
WIN16_INSTALL=""
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_CHECK_HEADERS(dlfcn.h,
|
AC_CHECK_HEADERS(dlfcn.h,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user