Describe the bug
Check whether the syntax of [if test "$withval" = "no"; then enable_vgauth = "no"; fi] in the open-vm-tools/configure.ac file contains an extra space because the following error is reported during compilation: configure: line 23752: enable_vgauth: command not found
Reproduction steps
1.Download the source code to the local host.
2.Run the autoreconf -i command to generate the configure file.
3.Run the following command: bash configure --enable-deploypkg=no --without-x --without-xmlsec1 CFLAGS= '-s -Wl,-z,relro,-z,now -fstack-protector-all -fPIC -fPIE -pie -Wl,-z,noexecstack -fuse-ld=lld'
...
Expected behavior
The compilation is expected to succeed.
Additional context
The stable-12.5.2 version is normal. After the stable-12.5.4 version is switched to the stable-12.5.4 version, a compilation error is reported. No compilation options are changed, but the source code of the new version is downloaded for compilation.