Maotong Zhang (@xiaotong) commented about configure.ac:
WINE_WARNING_WITH(gnutls,[test "x$ac_cv_lib_soname_gnutls" = "x"], [libgnutls ${notice_platform}development files not found, no schannel support.])
+dnl **** Check for hwloc *** +if test "x$with_hwloc" != "xno" -a `expr "$host_os" : '(freebsd).*'` = "freebsd"
```m4 if test "x$with_hwloc" != "xno" -a "x$(expr "$host_os" : '(freebsd).*')" = "xfreebsd" ```