1 This type of bitness checking won't work on illumos.
3 --- open-vm-tools-stable-10.3.5/configure.ac 2018-12-01 18:14:18.549366150 +0000
4 +++ open-vm-tools-stable-10.3.5/configure.ac 2018-12-01 18:38:21.145283499 +0000
5 @@ -70,18 +70,7 @@ AC_CONFIG_MACRO_DIR([m4])
9 -# Quote the regular expressions
12 - userSpaceBitness="32"
15 - userSpaceBitness="64"
18 - AC_MSG_ERROR([Unknown architecture.])
21 +userSpaceBitness="64"
23 # Operational arguments.
24 AC_ARG_WITH([root-privileges],