blob: 85cdb411dca81aff6f69ae51cd689b64e4ea5b8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- VirtualBox-5.2.16/configure
+++ VirtualBox-5.2.16/configure
@@ -2824,7 +2824,7 @@
check_compiler_h
[ $ONLY_ADDITIONS -eq 0 -a "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit
# tools/common/makeself*
- [ $OSE -ge 1 ] && check_makeself
+ ##[ $OSE -ge 1 ] && check_makeself
fi
[ -n "$SETUP_WINE" ] && setup_wine
|